| 
 | J2EE1.4 SDK | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
| ActivationSpec | This interface serves as a marker. | 
| BootstrapContext | This provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped. | 
| ConnectionEventListener | The ConnectionEventListenerinterface provides an event
   callback mechanism to enable an application server to receive 
   notifications from aManagedConnectioninstance. | 
| ConnectionManager | ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server. | 
| ConnectionRequestInfo | The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow. | 
| DissociatableManagedConnection | This is a mix-in interface that may be optionally implemented by a ManagedConnectionimplementation. | 
| LazyAssociatableConnectionManager | This is a mix-in interface that may be optionally implemented by a ConnectionManagerimplementation. | 
| LazyEnlistableConnectionManager | This is a mix-in interface that may be optionally implemented by a ConnectionManagerimplementation. | 
| LazyEnlistableManagedConnection | This is a mix-in interface that may be optionally implemented by a ManagedConnectionimplementation. | 
| LocalTransaction | LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager. | 
| ManagedConnection | ManagedConnection instance represents a physical connection to the underlying EIS. | 
| ManagedConnectionFactory | ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances. | 
| ManagedConnectionMetaData | The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance. | 
| ResourceAdapter | This represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup. | 
| ResourceAdapterAssociation | This interface specifies the methods to associate a ResourceAdapterobject with other objects that 
 implement this interface likeManagedConnectionFactoryandActivationSpec. | 
| ValidatingManagedConnectionFactory | This interface is implemented by a ManagedConnectionFactoryinstance that supports the ability to validateManagedConnectionobjects. | 
| XATerminator | The XATerminator interface is used for transaction completion and crash recovery flows. | 
| Class Summary | |
| ConnectionEvent | The ConnectionEvent class provides information about the source of a connection related event.A ConnectionEvent instance contains the following information: Type of the connection event ManagedConnection instance that generated the connection event. | 
| Exception Summary | |
| ApplicationServerInternalException | An ApplicationServerInternalExceptionis thrown 
 by an application 
 server to indicate error conditions specific to an application server. | 
| CommException | This indicates errors related to failed or interrupted communication with an EIS instance. | 
| EISSystemException | An EISSystemExceptionis used to indicate any EIS
 specific system-level 
 error conditions. | 
| IllegalStateException | An IllegalStateExceptionis thrown from a method if the callee (resource
 adapter or application server for system contracts) is in an illegal or
 inappropriate state for the method invocation. | 
| InvalidPropertyException | This exception is thrown to indicate invalid configuration property settings. | 
| LocalTransactionException | A LocalTransactionExceptionrepresents various 
 error conditions related to the local transaction management contract. | 
| ResourceAdapterInternalException | A ResourceAdapterInternalExceptionindicates any 
 system-level error conditions related to a resource adapter. | 
| ResourceAllocationException | A ResourceAllocationExceptioncan be thrown by an 
 application server or
 resource adapter to indicate any failure to allocate system resources 
 (example: threads, physical connections). | 
| SecurityException | A SecurityExceptionindicates error conditions 
 related to the security
 contract between an application server and resource adapter. | 
| SharingViolationException | This is thrown to indicate a connection sharing violation. | 
| UnavailableException | This is thrown to indicate that a service is unavailable. | 
The javax.resource.spi package contains APIs for the system contracts defined in the J2EE Connector Architecture specification.
| 
 | J2EE1.4 SDK | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.