| Package | Description |
|---|---|
| javax.resource | |
| javax.resource.cci | |
| javax.resource.spi | |
| javax.resource.spi.endpoint | |
| javax.resource.spi.work |
| Modifier and Type | Class and Description |
|---|---|
class |
NotSupportedException
Exception when a feature is not supported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceWarning
Represents a warning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalTransaction.begin()
Begins a local transaction.
|
void |
Interaction.clearWarnings()
Clears the current set of warnings.
|
void |
Interaction.close()
Closes the interaction.
|
void |
Connection.close()
Closes the connection at the application level.
|
void |
LocalTransaction.commit()
Commits a local transaction.
|
IndexedRecord |
RecordFactory.createIndexedRecord(java.lang.String recordName)
Creates a new indexed record.
|
Interaction |
Connection.createInteraction()
Creates an Interaction for the Connection.
|
MappedRecord |
RecordFactory.createMappedRecord(java.lang.String recordName)
Creates a new mapped record.
|
boolean |
ResultSetInfo.deletesAreDetected(int type)
Returns true if deletes in a row are detected.
|
Record |
Interaction.execute(InteractionSpec ispec,
Record input)
Executes, returning a result.
|
boolean |
Interaction.execute(InteractionSpec ispec,
Record input,
Record output)
Executes an interaction.
|
Connection |
ConnectionFactory.getConnection()
Returns an application connection.
|
Connection |
ConnectionFactory.getConnection(ConnectionSpec properties)
Gets a connection with given properties.
|
java.lang.String |
ConnectionMetaData.getEISProductName()
Returns the product name.
|
java.lang.String |
ConnectionMetaData.getEISProductVersion()
Returns the product version.
|
LocalTransaction |
Connection.getLocalTransaction()
Returns a LocalTransaction instance to allow the resource manager
to manage local transactions.
|
ConnectionMetaData |
Connection.getMetaData()
Returns information on the underlying resource represented by
the connection.
|
ResourceAdapterMetaData |
ConnectionFactory.getMetaData()
Returns the metadata for the resource adapter.
|
RecordFactory |
ConnectionFactory.getRecordFactory()
Return a RecordFactory which creates generic Record instances.
|
ResultSetInfo |
Connection.getResultSetInfo()
Returns metadata on the ResultSet capabitilities supported by the
connection.
|
java.lang.String |
ConnectionMetaData.getUserName()
Returns the user name.
|
ResourceWarning |
Interaction.getWarnings()
Returns the current set of warnings.
|
boolean |
ResultSetInfo.insertsAreDetected(int type)
Returns true if inserts in a row are detected.
|
Record |
MessageListener.onMessage(Record inputData) |
boolean |
ResultSetInfo.othersDeletesAreVisible(int type)
Returns true if deletes made by others are visible.
|
boolean |
ResultSetInfo.othersInsertsAreVisible(int type)
Returns true if inserts made by others are visible.
|
boolean |
ResultSetInfo.othersUpdatesAreVisible(int type)
Returns true if updates made by others are visible.
|
boolean |
ResultSetInfo.ownDeletesAreVisible(int type)
Returns true if deletes made by self are visible.
|
boolean |
ResultSetInfo.ownInsertsAreVisible(int type)
Returns true if inserts made by self are visible.
|
boolean |
ResultSetInfo.ownUpdatesAreVisible(int type)
Returns true if updates made by self are visible.
|
void |
LocalTransaction.rollback()
Rolls back a local transaction.
|
boolean |
ResultSetInfo.supportsResultSetType(int type)
Returns true if the resource adapter supports the ResultSet.
|
boolean |
ResultSetInfo.supportsResultTypeConcurrency(int type,
int concurrency)
Returns true if the resource adapter supports the concurrency.
|
boolean |
ResultSetInfo.updatesAreDetected(int type)
Returns true if row updates are detected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationServerInternalException
An exception with internal causes.
|
class |
CommException
An exception with internal causes.
|
class |
EISSystemException
An exception with internal causes.
|
class |
IllegalStateException
An exception with internal causes.
|
class |
InvalidPropertyException
An exception with internal causes.
|
class |
LocalTransactionException
An exception with internal causes.
|
class |
ResourceAdapterInternalException
An exception with internal causes.
|
class |
ResourceAllocationException
An exception with internal causes.
|
class |
SecurityException
An exception with internal causes.
|
class |
SharingViolationException
An exception with internal causes.
|
class |
UnavailableException
An exception with internal causes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo requestInfo)
Allocates the connection.
|
void |
ManagedConnection.associateConnection(java.lang.Object connection)
Associates an application-level connection handle with a ManagedConnection
|
void |
LazyAssociatableConnectionManager.associateConnection(java.lang.Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo reqInfo)
Lazily associate a connection object with a managed connection.
|
void |
LocalTransaction.begin()
Begins a local transaction.
|
void |
ManagedConnection.cleanup()
Cleanup the physical connection.
|
void |
LocalTransaction.commit()
Commits a local transaction.
|
java.lang.Object |
ManagedConnectionFactory.createConnectionFactory()
Creates a Connection Factory instance, using a default
ConnectionManager from the resource adapter.
|
java.lang.Object |
ManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
Creates a Connection Factory instance.
|
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Creates physical connection to the EIS resource manager.
|
void |
ManagedConnection.destroy()
Destroys the physical connection.
|
void |
DissociatableManagedConnection.dissociateConnections()
Disassociates a managed connection from all the handles.
|
void |
ResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
java.lang.Object |
ManagedConnection.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates a new connection handle for the underlying physical connection.
|
java.lang.String |
ManagedConnectionMetaData.getEISProductName()
Returns the product name of the instance.
|
java.lang.String |
ManagedConnectionMetaData.getEISProductVersion()
Returns the product version of the instance.
|
java.util.Set |
ValidatingManagedConnectionFactory.getInvalidConnections(java.util.Set connectionSet)
Returns the ManagedConnection objects that need validation.
|
LocalTransaction |
ManagedConnection.getLocalTransaction()
Returns a LocalTransaction.
|
java.io.PrintWriter |
ManagedConnectionFactory.getLogWriter()
Gets the log writer for the ManagedConnectionFactory.
|
java.io.PrintWriter |
ManagedConnection.getLogWriter()
Returns the log stream.
|
int |
ManagedConnectionMetaData.getMaxConnections()
Returns the maximum limit on connections.
|
ManagedConnectionMetaData |
ManagedConnection.getMetaData()
Returns the meta data for the connection.
|
java.lang.String |
ManagedConnectionMetaData.getUserName()
Returns the user name of the connection.
|
XAResource |
ManagedConnection.getXAResource()
Returns an XAResource for the connection.
|
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc)
Lazily associate a connection object with a managed connection.
|
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns a matched connection.
|
void |
LocalTransaction.rollback()
Rolls back a local transaction.
|
void |
ManagedConnectionFactory.setLogWriter(java.io.PrintWriter out)
Sets the log writer for the ManagedConnectionFactory.
|
void |
ManagedConnection.setLogWriter(java.io.PrintWriter log)
Sets the log stream.
|
void |
ResourceAdapterAssociation.setResourceAdapter(ResourceAdapter ra)
Sets the resource adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEndpoint.afterDelivery()
Called by a resource adapter after a message is delivered.
|
void |
MessageEndpoint.beforeDelivery(java.lang.reflect.Method method)
Called by a resource adapter before a message is delivered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkCompletedException
An exception for an unavailable service.
|
class |
WorkException
An exception for an unavailable service.
|
class |
WorkRejectedException
An exception for an unavailable service.
|