See: Description
Interface | Description |
---|---|
EntityBeanCreationData |
This interface represents a new object created by a resource manager.
|
EntityBeanCreationDelegator |
Interface that provides the class name of the constructor class use to create the object represented by the resource.
|
RelatedResourceManager |
Interface for a resource manager that indicates that it has a relationship with another resource manager.
|
ResourceContainer |
This interface defines a resource container.
|
ResourceManager |
This interface defines a resource manager for managed resources.
|
Class | Description |
---|---|
AbstractEntityBeanResourceManagerImpl |
Abstract implementation of a resource manager for entity bean resources.
|
AbstractResourceContainerImpl |
This class is an abstract implementation of a managed resource container.
|
AbstractResourceManagerImpl |
This class is an abstract implementation that provides valuable methods for any resource manager.
|
DSLResourceContainer |
The managed resource container for all Data Service Layer (DSL) components.
|
DSLResourceManager |
The resource manager for all Data Service Layer components.
|
ManagedResourceKey |
This class defines an object that represents a key to retrieve a particular business object.
|
ResourceContainerManager |
This class provides an abstract implementation of a resource container manager.
|
ResourceContentEventListener |
This class defines an event listener for the managed resource container to listen for content context events.
|