com.sun.portal.sample.j2ee.connector.comet |
|
Java Source File Name | Type | Comment |
CometConnection.java | Class | This implementation class represents an application level connection
handle that is used by a component to access an EIS instance. |
CometConnectionEventListener.java | Class | The connector architecture provides an event callback mechanism that
enables an application server to receive notifications from a
ManagedConnection instance. |
CometConnectionFactory.java | Class | This implementation class provides provides an inteface for getting
connection to an EIS instance.
Application code looks up a ConnectionFactory instance from JNDI namespace and
uses it to get EIS connections. |
CometConnectionManager.java | Class | The default ConnectionManager implementation for the non-managed scenario
This provieds a hook for a resource adapter to pass a connection
request to an application server. |
CometConnectionMetaData.java | Class | |
CometConnectionRequestInfo.java | Class | The ConnectionRequestInfo interface enables a resource adapter to pass its own request
specific data structure across the connection request flow. |
CometConnectionSpec.java | Class | |
CometIndexedRecord.java | Class | IndexedRecord represents an ordered collection of record elements based on the java.util.List
interface. |
CometInteraction.java | Class | This implementation class enables a component to execute EIS functions. |
CometInteractionSpec.java | Class | This implementation class holds properties for driving an Interaction
with an EIS instance. |
CometManagedConnection.java | Class | ManagedConnection instance represents a physical connection to the underlying EIS. |
CometManagedConnectionFactory.java | Class | An object of this class is a factory of both ManagedConnection and
connection factory instances. |
CometManagedConnectionMetaData.java | Class | The ManagedConnectionMetaData interface provides information about the underlying EIS
instance associated with a ManagedConnection instance. |
CometMappedRecord.java | Class | The interface javax.resource.cci.MappedRecord is used for key-value map based representation
of record elements. |
CometRecordFactory.java | Class | This implementation class is used for creating IndexedRecord or MappedRecord
instances. |
CometResourceAdapterMetaData.java | Class | this implementation class provides info about the capabilities of a
resource adapter implementation. |
Messages.java | Class | This class handle the error messages. |
Util.java | Class | This is a utility class. |