TAO_PortableServer 4.0.0
|
FUZZ: disable check_for_include/. More...
Classes | |
local interface | AdapterActivator |
AdapterActivator interface. More... | |
local interface | Current |
exception | ForwardRequest |
local interface | IdAssignmentPolicy |
local interface | IdUniquenessPolicy |
local interface | ImplicitActivationPolicy |
local interface | LifespanPolicy |
local interface | POA |
local interface | POAManager |
local interface | POAManagerFactory |
struct | RefCountServantBase |
local interface | RequestProcessingPolicy |
class | Servant_var |
Provides a type safe counted reference to servants. More... | |
local interface | ServantActivator |
local interface | ServantLocator |
local interface | ServantManager |
local interface | ServantRetentionPolicy |
local 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 |
Enumerations | |
enum | IdAssignmentPolicyValue { USER_ID , SYSTEM_ID } |
enum | IdUniquenessPolicyValue { UNIQUE_ID , MULTIPLE_ID } |
enum | ImplicitActivationPolicyValue { IMPLICIT_ACTIVATION , NO_IMPLICIT_ACTIVATION } |
enum | LifespanPolicyValue { TRANSIENT , PERSISTENT } |
enum | RequestProcessingPolicyValue { USE_ACTIVE_OBJECT_MAP_ONLY , USE_DEFAULT_SERVANT , USE_SERVANT_MANAGER } |
enum | ServantRetentionPolicyValue { RETAIN , NON_RETAIN } |
enum | ThreadPolicyValue { ORB_CTRL_MODEL , SINGLE_THREAD_MODEL } |
Functions | |
PortableServer::ObjectId * | string_to_ObjectId (const char *string) |
char * | ObjectId_to_string (const PortableServer::ObjectId &id) |
Utility functions for the other. | |
PortableServer::ObjectId * | wstring_to_ObjectId (const CORBA::WChar *string) |
CORBA::WChar * | ObjectId_to_wstring (const PortableServer::ObjectId &id) |
template<class X , class Y > | |
bool | operator== (Servant_var< X > const &x, Servant_var< Y > const &y) |
Compare two Servant_vars for equivalence. | |
template<class X , class Y > | |
bool | operator!= (Servant_var< X > const &x, Servant_var< Y > const &y) |
Compare two Servant_vars for non-equivalence. | |
Variables | |
const CORBA::PolicyType | THREAD_POLICY_ID = 16 |
const CORBA::PolicyType | LIFESPAN_POLICY_ID = 17 |
const CORBA::PolicyType | ID_UNIQUENESS_POLICY_ID = 18 |
const CORBA::PolicyType | ID_ASSIGNMENT_POLICY_ID = 19 |
const CORBA::PolicyType | IMPLICIT_ACTIVATION_POLICY_ID = 20 |
const CORBA::PolicyType | SERVANT_RETENTION_POLICY_ID = 21 |
const CORBA::PolicyType | REQUEST_PROCESSING_POLICY_ID = 22 |
::CORBA::TypeCode_ptr const | _tc_ObjectId |
FUZZ: disable check_for_include/.
typedef TAO_DynamicImplementation PortableServer::DynamicImplementation |
typedef CORBA::OctetSeq_out PortableServer::ObjectId_out |
typedef CORBA::OctetSeq_var PortableServer::ObjectId_var |
typedef TAO_Objref_Out_T< POA > PortableServer::POA_out |
typedef POA * PortableServer::POA_ptr |
typedef TAO_Objref_Var_T< POA > PortableServer::POA_var |
typedef sequence<POA> PortableServer::POAList |
typedef POAManager * PortableServer::POAManager_ptr |
native PortableServer::Servant |
typedef::TAO_ServantBase PortableServer::ServantBase |
TAO_PortableServer_Export char * PortableServer::ObjectId_to_string | ( | const PortableServer::ObjectId & | id | ) |
Utility functions for the other.
TAO_PortableServer_Export CORBA::WChar * PortableServer::ObjectId_to_wstring | ( | const PortableServer::ObjectId & | id | ) |
bool PortableServer::operator!= | ( | Servant_var< X > const & | x, |
Servant_var< Y > const & | y ) |
Compare two Servant_vars for non-equivalence.
bool PortableServer::operator== | ( | Servant_var< X > const & | x, |
Servant_var< Y > const & | y ) |
Compare two Servant_vars for equivalence.
TAO_PortableServer_Export PortableServer::ObjectId * PortableServer::string_to_ObjectId | ( | const char * | string | ) |
TAO_PortableServer_Export PortableServer::ObjectId * PortableServer::wstring_to_ObjectId | ( | const CORBA::WChar * | string | ) |
TAO_PortableServer_Export::CORBA::TypeCode_ptr const PortableServer::_tc_ObjectId |
const CORBA::PolicyType PortableServer::ID_ASSIGNMENT_POLICY_ID = 19 |
const CORBA::PolicyType PortableServer::ID_UNIQUENESS_POLICY_ID = 18 |
const CORBA::PolicyType PortableServer::IMPLICIT_ACTIVATION_POLICY_ID = 20 |
const CORBA::PolicyType PortableServer::LIFESPAN_POLICY_ID = 17 |
const CORBA::PolicyType PortableServer::REQUEST_PROCESSING_POLICY_ID = 22 |
const CORBA::PolicyType PortableServer::SERVANT_RETENTION_POLICY_ID = 21 |
const CORBA::PolicyType PortableServer::THREAD_POLICY_ID = 16 |