Inheritance diagram for SOAPBridge_ContextManager_i:
Public Methods | |
SOAPBridge_ContextManager_i () | |
Constructor. More... | |
virtual | ~SOAPBridge_ContextManager_i () |
Destructor. More... | |
SOAPBridge::ContextManager::SOAPContext* | allocateContext (CORBA::UShort timeoutSeconds, const char *userData) throw (CORBA::SystemException, SOAPBridge::ContextManager::InvalidTimeout) |
Allocate a new context. More... | |
SOAPBridge::ContextManager::SOAPContext* | queryContextInfo (const char *contextKey) throw (CORBA::SystemException, SOAPBridge::ContextManager::ContextKeyNotFound) |
Query an existing context. More... | |
void | freeContext (const char *contextKey) throw (CORBA::SystemException, SOAPBridge::ContextManager::ContextKeyNotFound) |
Free (destroy) an existing context. More... | |
void | setContextUserData (const char *contextKey, const char *userData) throw (CORBA::SystemException, SOAPBridge::ContextManager::ContextKeyNotFound) |
(Re)set the user data of an existing context. More... | |
void | setContextTimeout (const char *contextKey, CORBA::UShort timeoutSeconds) throw (CORBA::SystemException, SOAPBridge::ContextManager::InvalidTimeout, SOAPBridge::ContextManager::ContextKeyNotFound) |
(Re)set the timeout of an existing context. More... | |
void | resetTimeout (const char *contextKey) throw (CORBA::SystemException, SOAPBridge::ContextManager::InvalidTimeout, SOAPBridge::ContextManager::ContextKeyNotFound) |
Reset the timeout to its initial value. More... |
Definition at line 32 of file ObjCtxMan.cpp.
|
Constructor.
Definition at line 159 of file ObjCtxMan.cpp. |
|
Destructor.
Definition at line 164 of file ObjCtxMan.cpp. |
|
Allocate a new context.
Definition at line 171 of file ObjCtxMan.cpp. Referenced by SOAPBridge_ObjectContextManager_i::allocateContext(). |
|
Free (destroy) an existing context.
Definition at line 201 of file ObjCtxMan.cpp. Referenced by SOAPBridge_ObjectContextManager_i::freeContext(). |
|
Query an existing context.
Definition at line 186 of file ObjCtxMan.cpp. Referenced by SOAPBridge_ObjectContextManager_i::queryContextInfo(), and resetTimeout(). |
|
Reset the timeout to its initial value.
Definition at line 52 of file ObjCtxMan.cpp. |
|
(Re)set the timeout of an existing context.
Definition at line 220 of file ObjCtxMan.cpp. Referenced by resetTimeout(), and SOAPBridge_ObjectContextManager_i::setContextTimeout(). |
|
(Re)set the user data of an existing context.
Definition at line 210 of file ObjCtxMan.cpp. Referenced by SOAPBridge_ObjectContextManager_i::setContextUserData(). |