1 |
PersistentContext is derived from ComponentContext and provides operations to obtain the reference for
-
ComponentId (get_component_id()),
-
PersistentOrigin (get_persistent_origin()), and
-
Storage (get_storage()) interfaces.
|
2 |
EntityContext in EJB supports the similar services.
|
3 |
ComponentId interface provides operations to locate a component's persistent state in a persistent storage.
|
4 |
PersistentOrigin interface is derived from BaseOrigin and provides operations to create and obtain object references.
|
5 |
Storage interface defines operations to access the CORBA persistence service.
|