org.openorb.orb.policy
Interface PolicyFactoryManager

All Known Implementing Classes:
ORBPolicyManagerImpl

public interface PolicyFactoryManager

This interface must be implemented by the policy factory manager.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:51 $
Author:
Jerome Daniel

Method Summary
 void add_policy_factory(int type, org.omg.PortableInterceptor.PolicyFactory factory)
          add a policy factory.
 

Method Detail

add_policy_factory

public void add_policy_factory(int type,
                               org.omg.PortableInterceptor.PolicyFactory factory)
add a policy factory.