#include <ObjCtxMan.idl>
Inheritance diagram for SOAPBridge::ObjectContextManager:

Public Types | |
| typedef sequence<SOAPContext> | SOAPContextSeq |
| Sequence of SOAPContext structures. More... | |
| typedef sequence<StoredIOR> | StoredIORSeq |
| Sequence of StoredIOR structures. More... | |
Public Methods | |
| string | storeObjectReference (in string contextKey, in Object objectReference) raises ( ContextKeyNotFound ) |
| Store a new object (instance) reference. More... | |
| Object | resolveStoredObjectReference (in string storedObjectReference) raises ( ContextKeyNotFound, ObjectReferenceNotFound ) |
| Retrieve object (instance) reference. More... | |
| void | freeStoredObjectReference (in string storedObjectReference) raises ( ContextKeyNotFound, ObjectReferenceNotFound ) |
| Explicitely remove an object reference from the context. More... | |
| SOAPContextSeq | listCurrentContexts () |
| Administrative function. More... | |
| StoredIORSeq | listStoredIORs (in string contextKey) raises ( ContextKeyNotFound ) |
| Administrative function. More... | |
Note that this interface should NOT be published through the SOAP bridge!
Definition at line 32 of file ObjCtxMan.idl.
|
|
Sequence of SOAPContext structures.
Definition at line 77 of file ObjCtxMan.idl. |
|
|
Sequence of StoredIOR structures.
Definition at line 97 of file ObjCtxMan.idl. |
|
|
Explicitely remove an object reference from the context.
|
|
|
Administrative function. Lists all allocated contexts.
|
|
|
Administrative function. Lists the stringified IOR's for a given contextKey.
|
|
|
Retrieve object (instance) reference.
|
|
|
Store a new object (instance) reference.
|
This documentation is part of the "SOAP to CORBA bridge" project