Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.resource.spi Classes and Interfaces - 65 results found.
NameDescriptionTypePackageFramework
ActivationDesignates a JavaBean as an ActivationSpec.Classjavax.resource.spiJava EE
ActivationSpecThis interface serves as a marker.Interfacejavax.resource.spiJava EE
AdministeredObjectDesignates a JavaBean as an administered object.Classjavax.resource.spiJava EE
ApplicationServerInternalExceptionAn ApplicationServerInternalException is thrown server to indicate error conditions specific to an application server.Classjavax.resource.spiJava EE
AuthenticationMechanismClassjavax.resource.spiJava EE
AuthenticationMechanism .CredentialInterfaceAn enumerated type that represents the various interfaces that a resource adapter may support for the representationClassjavax.resource.spi.AuthenticationMechanismJava EE
BootstrapContextThis provides a mechanism to pass a bootstrap context to a resource adapter instance when it is bootstrapped.Interfacejavax.resource.spiJava EE
CommExceptionThis indicates errors related to failed or interrupted communication with an EIS instance.Classjavax.resource.spiJava EE
ConfigPropertyDesignates a JavaBean property as a configuration propertySince:1.Classjavax.resource.spiJava EE
ConnectionDefinitionDefines a set of connection interfaces and classes pertaining to a particular connection type.Classjavax.resource.spiJava EE
ConnectionDefinitionsDefines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of.Classjavax.resource.spiJava EE
ConnectionEventThe ConnectionEvent class provides information about the source of a connection related event.Classjavax.resource.spiJava EE
ConnectionEventListenerThe ConnectionEventListener interface provides an event callback mechanism to enable an application server to receive Interfacejavax.resource.spiJava EE
ConnectionManagerConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.Interfacejavax.resource.spiJava EE
ConnectionRequestInfoThe ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connectionInterfacejavax.resource.spiJava EE
ConnectorThe Connector annotation is a component-defining annotation and it can be used by the resource adapter developer to specify that the JavaBeanClassjavax.resource.spiJava EE
DissociatableManagedConnectionThis is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.Interfacejavax.resource.spiJava EE
DistributableWorkThis models a Work instance that would be distributed by a DistributableWorkManager for execution in a remoteInterfacejavax.resource.spi.workJava EE
DistributableWorkManagerThis interface models a WorkManager that supports distributed execution of Work instances.Interfacejavax.resource.spi.workJava EE
EISSystemExceptionAn EISSystemException is used to indicate any EIS specific system-level Classjavax.resource.spiJava EE
ExecutionContextThis class models an execution context (transaction, security, etc) with which the Work instance must be executed.Classjavax.resource.spi.workJava EE
GenericCredentialThe interface javax.Interfacejavax.resource.spi.securityJava EE
HintsContextA standard WorkContext that allows a Work instance to propagate quality-of-service (QoS) hints about the Work to the WorkManager.Classjavax.resource.spi.workJava EE
IllegalStateExceptionAn IllegalStateException is thrown from a method if the callee (resourceClassjavax.resource.spiJava EE
InvalidPropertyExceptionThis exception is thrown to indicate invalid configuration Version:0.Classjavax.resource.spiJava EE
LazyAssociatableConnectionManagerThis is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.Interfacejavax.resource.spiJava EE
LazyEnlistableConnectionManagerThis is a mix-in interface that may be optionally implemented by a ConnectionManager implementation.Interfacejavax.resource.spiJava EE
LazyEnlistableManagedConnectionThis is a mix-in interface that may be optionally implemented by a ManagedConnection implementation.Interfacejavax.resource.spiJava EE
LocalTransactionLocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not requireInterfacejavax.resource.spiJava EE
LocalTransactionExceptionA LocalTransactionException represents various error conditions related to the local transaction management contract.Classjavax.resource.spiJava EE
ManagedConnectionManagedConnection instance represents a physical connection to the underlying EIS.Interfacejavax.resource.spiJava EE
ManagedConnectionFactoryManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.Interfacejavax.resource.spiJava EE
ManagedConnectionMetaDataThe ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.Interfacejavax.resource.spiJava EE
MessageEndpointThis defines a contract for a message endpoint.Interfacejavax.resource.spi.endpointJava EE
MessageEndpointFactoryThis serves as a factory for creating message endpoints.Interfacejavax.resource.spi.endpointJava EE
PasswordCredentialThe class PasswordCredential acts as a holder for username andSince:0.Classjavax.resource.spi.securityJava EE
ResourceAdapterThis represents a resource adapter instance and contains operations for lifecycle management and message endpoint setup.Interfacejavax.resource.spiJava EE
ResourceAdapterAssociationThis interface specifies the methods to associate a ResourceAdapter object with other objects that Interfacejavax.resource.spiJava EE
ResourceAdapterInternalExceptionA ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.Classjavax.resource.spiJava EE
ResourceAllocationExceptionA ResourceAllocationException can be thrown by an application server orClassjavax.resource.spiJava EE
RetryableExceptionA marker interface indicating that the Exception is transient.Interfacejavax.resource.spiJava EE
RetryableUnavailableExceptionA subclass of the UnavailableException that indicates that the rejection of the work submission is transient.Classjavax.resource.spiJava EE
RetryableWorkRejectedExceptionA subclass of the WorkRejectedException that indicates that the the service unavailability is transient.Classjavax.resource.spi.workJava EE
SecurityContextA standard WorkContext that allows a Work instance to propagate security related context information from an EIS to anClassjavax.resource.spi.workJava EE
SecurityExceptionA SecurityException indicates error conditions related to the securityClassjavax.resource.spiJava EE
SecurityPermissionThe SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissionsClassjavax.resource.spiJava EE
SharingViolationExceptionThis is thrown to indicate a connection sharing violation.Classjavax.resource.spiJava EE
TransactionContextA standard WorkContext that allows a Work instance to propagate transaction related context information from an EIS to anClassjavax.resource.spi.workJava EE
TransactionSupportThis interface may be optionally implemented by a ManagedConnectionFactory to provide its level of transactionInterfacejavax.resource.spiJava EE
TransactionSupport .TransactionSupportLevelAn enumerated type that represents the levels of transaction support a resource adapter may support.Classjavax.resource.spi.TransactionSupportJava EE
UnavailableExceptionThis is thrown to indicate that a service is unavailable.Classjavax.resource.spiJava EE
ValidatingManagedConnectionFactoryThis interface is implemented by a ManagedConnectionFactory instance that supports the ability to validate Interfacejavax.resource.spiJava EE
WorkThis models a Work instance that would be executed by a WorkManager upon submission.Interfacejavax.resource.spi.workJava EE
WorkAdapterThis class is provided as a convenience for easily creating WorkListener instances by extending this classClassjavax.resource.spi.workJava EE
WorkCompletedExceptionThis exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.Classjavax.resource.spi.workJava EE
WorkContextThis class serves as a standard mechanism for a resource adapter to propagate an imported context from an enterprise information system to an applicationInterfacejavax.resource.spi.workJava EE
WorkContextErrorCodesThis class models the possible error conditions that might occur during associating an WorkContext with a Work instance.Classjavax.resource.spi.workJava EE
WorkContextLifecycleListenerThis class models the various events that occur during the processing of the WorkContexts associated with a Work instance.Interfacejavax.resource.spi.workJava EE
WorkContextProviderThis interface specifies the methods a Work instance uses to associate a List of WorkContext instances toInterfacejavax.resource.spi.workJava EE
WorkEventThis class models the various events that occur during the processing ofVersion:1.Classjavax.resource.spi.workJava EE
WorkExceptionA common base class for all Work processing related exceptions.Classjavax.resource.spi.workJava EE
WorkListenerThis models a WorkListener instance which would be notified by the WorkManager when the various Work Interfacejavax.resource.spi.workJava EE
WorkManagerThis interface models a WorkManager which provides a facility to submit Work instances for execution.Interfacejavax.resource.spi.workJava EE
WorkRejectedExceptionThis exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.Classjavax.resource.spi.workJava EE
XATerminatorThe XATerminator interface is used for transaction completion and crash recovery flows.Interfacejavax.resource.spiJava EE