|
Classes |
exception | ImplementationRepository::AlreadyRegistered |
| Object already bound in the Implementation Repository. More...
|
exception | ImplementationRepository::CannotActivate |
| The server could not be restarted. More...
|
exception | ImplementationRepository::NotFound |
| Object not found in the Implementation Repository. More...
|
struct | ImplementationRepository::EnvironmentVariable |
| One environment variable/value pair. More...
|
struct | ImplementationRepository::StartupOptions |
| Options used to start up the server. More...
|
struct | ImplementationRepository::ServerInformation |
interface | ImplementationRepository::ServerInformationIterator |
| The Server Information Iterator Interface. More...
|
interface | ImplementationRepository::Administration |
| The Implementation Repository Administration Interface. More...
|
class | ImplementationRepository::EnvironmentList |
class | ImplementationRepository::ServerInformationList |
interface | ImplementationRepository::ServerObject |
| Server Side IR Object. More...
|
Typedefs |
typedef sequence< EnvironmentVariable > | EnvironmentList |
| Complete Environment.
|
typedef sequence< ServerInformation > | ServerInformationList |
typedef TAO_Var_Var_T< EnvironmentVariable > | EnvironmentVariable_var |
typedef TAO_Out_T< EnvironmentVariable,
EnvironmentVariable_var > | EnvironmentVariable_out |
typedef TAO_VarSeq_Var_T<
EnvironmentList, EnvironmentVariable > | EnvironmentList_var |
typedef TAO_Seq_Out_T< EnvironmentList,
EnvironmentList_var, EnvironmentVariable > | EnvironmentList_out |
typedef ActivationMode & | ActivationMode_out |
typedef TAO_Var_Var_T< StartupOptions > | StartupOptions_var |
typedef TAO_Out_T< StartupOptions,
StartupOptions_var > | StartupOptions_out |
typedef TAO_Var_Var_T< ServerInformation > | ServerInformation_var |
typedef TAO_Out_T< ServerInformation,
ServerInformation_var > | ServerInformation_out |
typedef TAO_VarSeq_Var_T<
ServerInformationList, ServerInformation > | ServerInformationList_var |
typedef TAO_Seq_Out_T< ServerInformationList,
ServerInformationList_var,
ServerInformation > | ServerInformationList_out |
typedef ServerInformationIterator * | ServerInformationIterator_ptr |
typedef TAO_Objref_Var_T<
ServerInformationIterator > | ServerInformationIterator_var |
typedef TAO_Objref_Out_T<
ServerInformationIterator > | ServerInformationIterator_out |
typedef Administration * | Administration_ptr |
typedef TAO_Objref_Var_T<
Administration > | Administration_var |
typedef TAO_Objref_Out_T<
Administration > | Administration_out |
typedef ServerObject * | ServerObject_ptr |
typedef TAO_Objref_Var_T<
ServerObject > | ServerObject_var |
typedef TAO_Objref_Out_T<
ServerObject > | ServerObject_out |
Enumerations |
enum | ActivationMode { NORMAL,
MANUAL,
PER_CLIENT,
AUTO_START
} |
| The type of Activation. More...
|
enum | ActivationMode { NORMAL,
MANUAL,
PER_CLIENT,
AUTO_START
} |
Variables |
::CORBA::TypeCode_ptr | _tc_EnvironmentVariable |
::CORBA::TypeCode_ptr | _tc_EnvironmentList |
::CORBA::TypeCode_ptr | _tc_ActivationMode |
::CORBA::TypeCode_ptr | _tc_StartupOptions |
::CORBA::TypeCode_ptr | _tc_ServerInformation |
::CORBA::TypeCode_ptr | _tc_ServerInformationList |
::CORBA::TypeCode_ptr | _tc_ServerInformationIterator |
::CORBA::TypeCode_ptr | _tc_Administration |
::CORBA::TypeCode_ptr | _tc_AlreadyRegistered |
::CORBA::TypeCode_ptr | _tc_CannotActivate |
::CORBA::TypeCode_ptr | _tc_NotFound |
::CORBA::TypeCode_ptr | _tc_ServerObject |