#include <SoapBridge_public.idl>
Inheritance diagram for SOAPBridge::ContextManager:
Public Methods | |
SOAPContext | allocateContext (in unsigned short timeoutSeconds, in string userData) raises ( InvalidTimeout ) |
Used to obtain a new SOAP context. More... | |
SOAPContext | queryContextInfo (in string contextKey) raises ( ContextKeyNotFound ) |
Used to query the SOAP context. More... | |
void | freeContext (in string contextKey) raises ( ContextKeyNotFound ) |
Used to explicitely destroy a SOAP context. More... | |
void | setContextUserData (in string contextKey, in string userData) raises ( ContextKeyNotFound ) |
Used to store new or altered userData in a SOAP context. More... | |
void | setContextTimeout (in string contextKey, in unsigned short timeoutSeconds) raises ( ContextKeyNotFound, InvalidTimeout ) |
Used to change or reset the timeout of a SOAP context. More... |
Definition at line 31 of file SoapBridge_public.idl.
|
Used to obtain a new SOAP context.
|
|
Used to explicitely destroy a SOAP context.
|
|
Used to query the SOAP context. Note that this function does NOT reset the current timeout counter.
|
|
Used to change or reset the timeout of a SOAP context.
|
|
Used to store new or altered userData in a SOAP context.
|