#include <PolicyFactory_Registry_Adapter.h>
| Public Member Functions | |
| virtual | ~PolicyFactory_Registry_Adapter (void) | 
| virtual void | register_policy_factory (CORBA::PolicyType type, PortableInterceptor::PolicyFactory_ptr policy_factory)=0 | 
| virtual CORBA::Policy_ptr | create_policy (CORBA::PolicyType type, const CORBA::Any &value)=0 | 
| virtual CORBA::Policy_ptr | _create_policy (CORBA::PolicyType type)=0 | 
| virtual bool | factory_exists (CORBA::PolicyType &type) const=0 | 
Class that offers an interface to the ORB to load and manipulate PolicyFactory_Registry
Definition at line 55 of file PolicyFactory_Registry_Adapter.h.
| 
 | 
| 
 Definition at line 13 of file PolicyFactory_Registry_Adapter.cpp. 
 00014 {
00015 }
 | 
| 
 | 
| Create an empty policy, usually to be filled in later by demarshaling. Referenced by CORBA::ORB::_create_policy(). | 
| 
 | ||||||||||||
| Construct a policy of the given type with the information contained in the CORBA::Any value. Referenced by CORBA::ORB::create_policy(). | 
| 
 | 
| 
Check if a  | 
| 
 | ||||||||||||
| Register a PolicyFactory with the underlying PolicyFactory sequence. This method should only be called during ORB initialization. | 
 1.3.6
 
1.3.6