Modifier and Type | Method and Description |
---|---|
void |
JmsResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
XAResource[] |
JmsResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ConnectionPool.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo info)
Allocates the connection.
|
java.lang.Object |
ConnectionPool.init(ManagedConnectionFactory mcf)
Initialize the connection manager.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
XAResource[] |
AbstractResourceAdapter.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedSessionImpl.associateConnection(java.lang.Object o) |
void |
ManagedSessionImpl.cleanup() |
java.lang.Object |
MessageSenderManager.createConnectionFactory()
Creates the data source the user sees.
|
java.lang.Object |
MessageSenderManager.createConnectionFactory(ConnectionManager connManager)
Creates the data source the user sees.
|
ManagedConnection |
MessageSenderManager.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
void |
ManagedSessionImpl.destroy() |
void |
ResourceAdapterImpl.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec)
Called during activation of a message endpoint.
|
LocalTransaction |
ManagedSessionImpl.getLocalTransaction() |
XAResource |
ManagedSessionImpl.getXAResource() |
XAResource[] |
ResourceAdapterImpl.getXAResources(ActivationSpec[] specs)
Called during crash recovery.
|
ManagedConnection |
MessageSenderManager.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
void |
MessageSenderManager.setResourceAdapter(ResourceAdapter adapter) |
void |
MessageListenerSpec.setResourceAdapter(ResourceAdapter ra)
Associate this JavaBean with a resource adapter java bean.
|
Constructor and Description |
---|
ManagedSessionImpl(ConnectionFactory factory,
Destination destination) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedConnectionImpl.associateConnection(java.lang.Object connection)
Associates the associate connection.
|
void |
ManagedConnectionImpl.cleanup()
Cleans up the instance.
|
java.lang.Object |
ManagedFactoryImpl.createConnectionFactory()
Creates the data source the user sees.
|
java.lang.Object |
ManagedFactoryImpl.createConnectionFactory(ConnectionManager connManager)
Creates the data source the user sees.
|
ManagedConnection |
ManagedFactoryImpl.createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
void |
ManagedConnectionImpl.destroy()
Destroys the physical connection.
|
java.lang.Object |
ManagedConnectionImpl.getConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
Returns the underlying connection.
|
java.util.Set |
ManagedFactoryImpl.getInvalidConnections(java.util.Set connSet)
Returns any invalid connections.
|
LocalTransaction |
ManagedConnectionImpl.getLocalTransaction()
Returns the XA resource for the connection.
|
java.io.PrintWriter |
ManagedFactoryImpl.getLogWriter() |
java.io.PrintWriter |
ManagedConnectionImpl.getLogWriter()
Gets the log writer.
|
ManagedConnectionMetaData |
ManagedConnectionImpl.getMetaData()
Returns the meta data.
|
XAResource |
ManagedConnectionImpl.getXAResource()
Returns the XA resource for the connection.
|
ManagedConnection |
ManagedFactoryImpl.matchManagedConnections(java.util.Set connSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo requestInfo)
Creates the underlying managed connection.
|
void |
ManagedFactoryImpl.setLogWriter(java.io.PrintWriter out) |
void |
ManagedConnectionImpl.setLogWriter(java.io.PrintWriter out)
Sets the log writer.
|
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 |
Connection.close()
Closes the connection at the application level.
|
void |
Interaction.close()
Closes the interaction.
|
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 |
ManagedConnection.getLogWriter()
Returns the log stream.
|
java.io.PrintWriter |
ManagedConnectionFactory.getLogWriter()
Gets the log writer for the ManagedConnectionFactory.
|
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 |
ManagedConnection.setLogWriter(java.io.PrintWriter log)
Sets the log stream.
|
void |
ManagedConnectionFactory.setLogWriter(java.io.PrintWriter out)
Sets the log writer for the ManagedConnectionFactory.
|
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.
|