$search
#include <POAUtility.h>
Static Public Member Functions | |
static PortableServer::POA_ptr | create_basic_POA (PortableServer::POA_ptr parentPOAP, PortableServer::POAManager_ptr POAManagerP, const char *POAName, CORBA::Boolean isMultiThread, CORBA::Boolean isPersistent) |
static PortableServer::POA_ptr | create_default_servant_POA (PortableServer::POA_ptr parentPOAP, PortableServer::POAManager_ptr POAManagerP, const char *POAName, CORBA::Boolean isMultiThread) |
static PortableServer::POA_ptr | create_servant_activator_POA (PortableServer::POA_ptr parentPOAP, PortableServer::POAManager_ptr POAManagerP, const char *POAName, CORBA::Boolean isMultiThread, CORBA::Boolean isPersistent) |
static PortableServer::POA_ptr | create_servant_locator_POA (PortableServer::POA_ptr parentPOAP, PortableServer::POAManager_ptr POAManagerP, const char *POAName, CORBA::Boolean isMultiThread, CORBA::Boolean isPersistent) |
static PortableServer::POA_ptr | create_service_POA (PortableServer::POA_ptr parentPOAP, PortableServer::POAManager_ptr POAManagerP, const char *POAName, CORBA::Boolean isMultiThread) |
Definition at line 49 of file POAUtility.h.
PortableServer::POA_ptr POAUtility::create_basic_POA | ( | PortableServer::POA_ptr | parentPOAP, | |
PortableServer::POAManager_ptr | POAManagerP, | |||
const char * | POAName, | |||
CORBA::Boolean | isMultiThread, | |||
CORBA::Boolean | isPersistent | |||
) | [static] |
Definition at line 43 of file POAUtility.cpp.
PortableServer::POA_ptr POAUtility::create_default_servant_POA | ( | PortableServer::POA_ptr | parentPOAP, | |
PortableServer::POAManager_ptr | POAManagerP, | |||
const char * | POAName, | |||
CORBA::Boolean | isMultiThread | |||
) | [static] |
Definition at line 286 of file POAUtility.cpp.
PortableServer::POA_ptr POAUtility::create_servant_activator_POA | ( | PortableServer::POA_ptr | parentPOAP, | |
PortableServer::POAManager_ptr | POAManagerP, | |||
const char * | POAName, | |||
CORBA::Boolean | isMultiThread, | |||
CORBA::Boolean | isPersistent | |||
) | [static] |
Definition at line 154 of file POAUtility.cpp.
PortableServer::POA_ptr POAUtility::create_servant_locator_POA | ( | PortableServer::POA_ptr | parentPOAP, | |
PortableServer::POAManager_ptr | POAManagerP, | |||
const char * | POAName, | |||
CORBA::Boolean | isMultiThread, | |||
CORBA::Boolean | isPersistent | |||
) | [static] |
Definition at line 218 of file POAUtility.cpp.
PortableServer::POA_ptr POAUtility::create_service_POA | ( | PortableServer::POA_ptr | parentPOAP, | |
PortableServer::POAManager_ptr | POAManagerP, | |||
const char * | POAName, | |||
CORBA::Boolean | isMultiThread | |||
) | [static] |
Definition at line 110 of file POAUtility.cpp.