TAO_CosNotification
2.4.2
|
Namespaces | |
POA | |
POAManager | |
POAManagerFactory | |
Classes | |
interface | AdapterActivator |
interface | Current |
exception | ForwardRequest |
interface | IdAssignmentPolicy |
interface | IdUniquenessPolicy |
interface | ImplicitActivationPolicy |
interface | LifespanPolicy |
interface | POA |
interface | POAManager |
interface | POAManagerFactory |
struct | RefCountServantBase |
interface | RequestProcessingPolicy |
class | Servant_var |
interface | ServantActivator |
interface | ServantLocator |
interface | ServantManager |
interface | ServantRetentionPolicy |
interface | ThreadPolicy |
Typedefs | |
typedef POAManagerFactory * | POAManagerFactory_ptr |
typedef POA * | POA_ptr |
typedef sequence< POA > | POAList |
typedef CORBA::OctetSeq | ObjectId |
typedef TAO_ServantBase | ServantBase |
typedef Servant_var< TAO_ServantBase > | ServantBase_var |
typedef ServantBase * | Servant |
typedef TAO_DynamicImplementation | DynamicImplementation |
typedef CORBA::OctetSeq_var | ObjectId_var |
typedef CORBA::OctetSeq_out | ObjectId_out |
typedef TAO_Objref_Var_T< POA > | POA_var |
typedef TAO_Objref_Out_T< POA > | POA_out |
typedef ServantManager * | ServantManager_ptr |
typedef POAManager * | POAManager_ptr |
typedef POA * | POA_ptr |
Enumerations | |
enum | IdAssignmentPolicyValue |
enum | IdUniquenessPolicyValue |
enum | ImplicitActivationPolicyValue |
enum | LifespanPolicyValue |
enum | RequestProcessingPolicyValue |
enum | ServantRetentionPolicyValue |
enum | ThreadPolicyValue |
Functions | |
PortableServer::ObjectId * | string_to_ObjectId (const char *string) |
char * | ObjectId_to_string (const PortableServer::ObjectId &id) |
PortableServer::ObjectId * | wstring_to_ObjectId (const CORBA::WChar *string) |
CORBA::WChar * | ObjectId_to_wstring (const PortableServer::ObjectId &id) |
bool | operator== (Servant_var< X > const &x, Servant_var< Y > const &y) |
bool | operator!= (Servant_var< X > const &x, Servant_var< Y > const &y) |
typedef POA* PortableServer::POA_ptr |