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 |
Modifier and Type | Class and Description |
---|---|
class |
ResourceWarning |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransaction.begin() |
void |
Interaction.clearWarnings() |
void |
Connection.close() |
void |
Interaction.close() |
void |
LocalTransaction.commit() |
IndexedRecord |
RecordFactory.createIndexedRecord(String recordName) |
Interaction |
Connection.createInteraction() |
MappedRecord |
RecordFactory.createMappedRecord(String recordName) |
boolean |
ResultSetInfo.deletesAreDetected(int type) |
Record |
Interaction.execute(InteractionSpec ispec,
Record input) |
boolean |
Interaction.execute(InteractionSpec ispec,
Record input,
Record output) |
Connection |
ConnectionFactory.getConnection() |
Connection |
ConnectionFactory.getConnection(ConnectionSpec properties) |
String |
ConnectionMetaData.getEISProductName() |
String |
ConnectionMetaData.getEISProductVersion() |
LocalTransaction |
Connection.getLocalTransaction() |
ResourceAdapterMetaData |
ConnectionFactory.getMetaData() |
ConnectionMetaData |
Connection.getMetaData() |
RecordFactory |
ConnectionFactory.getRecordFactory() |
ResultSetInfo |
Connection.getResultSetInfo() |
String |
ConnectionMetaData.getUserName() |
ResourceWarning |
Interaction.getWarnings() |
boolean |
ResultSetInfo.insertsAreDetected(int type) |
Record |
MessageListener.onMessage(Record inputData) |
boolean |
ResultSetInfo.othersDeletesAreVisible(int type) |
boolean |
ResultSetInfo.othersInsertsAreVisible(int type) |
boolean |
ResultSetInfo.othersUpdatesAreVisible(int type) |
boolean |
ResultSetInfo.ownDeletesAreVisible(int type) |
boolean |
ResultSetInfo.ownInsertsAreVisible(int type) |
boolean |
ResultSetInfo.ownUpdatesAreVisible(int type) |
void |
LocalTransaction.rollback() |
boolean |
ResultSetInfo.supportsResultSetType(int type) |
boolean |
ResultSetInfo.supportsResultTypeConcurrency(int type,
int concurrency) |
boolean |
ResultSetInfo.updatesAreDetected(int type) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationServerInternalException |
class |
CommException |
class |
EISSystemException |
class |
IllegalStateException |
class |
InvalidPropertyException |
class |
LocalTransactionException |
class |
ResourceAdapterInternalException |
class |
ResourceAllocationException |
class |
SecurityException |
class |
SharingViolationException |
class |
UnavailableException |
Modifier and Type | Method and Description |
---|---|
Object |
ConnectionManager.allocateConnection(ManagedConnectionFactory mcf,
ConnectionRequestInfo cxRequestInfo) |
void |
ManagedConnection.associateConnection(Object connection) |
void |
LazyAssociatableConnectionManager.associateConnection(Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo) |
void |
LocalTransaction.begin() |
void |
ManagedConnection.cleanup() |
void |
LocalTransaction.commit() |
Object |
ManagedConnectionFactory.createConnectionFactory() |
Object |
ManagedConnectionFactory.createConnectionFactory(ConnectionManager cxManager) |
ManagedConnection |
ManagedConnectionFactory.createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo) |
void |
ManagedConnection.destroy() |
void |
DissociatableManagedConnection.dissociateConnections() |
void |
ResourceAdapter.endpointActivation(MessageEndpointFactory endpointFactory,
ActivationSpec spec) |
Object |
ManagedConnection.getConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo) |
String |
ManagedConnectionMetaData.getEISProductName() |
String |
ManagedConnectionMetaData.getEISProductVersion() |
Set |
ValidatingManagedConnectionFactory.getInvalidConnections(Set connectionSet) |
LocalTransaction |
ManagedConnection.getLocalTransaction() |
PrintWriter |
ManagedConnectionFactory.getLogWriter() |
PrintWriter |
ManagedConnection.getLogWriter() |
int |
ManagedConnectionMetaData.getMaxConnections() |
ManagedConnectionMetaData |
ManagedConnection.getMetaData() |
String |
ManagedConnectionMetaData.getUserName() |
XAResource |
ManagedConnection.getXAResource() |
XAResource[] |
ResourceAdapter.getXAResources(ActivationSpec[] specs) |
void |
LazyEnlistableConnectionManager.lazyEnlist(ManagedConnection mc) |
ManagedConnection |
ManagedConnectionFactory.matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo) |
void |
LocalTransaction.rollback() |
void |
ManagedConnectionFactory.setLogWriter(PrintWriter out) |
void |
ManagedConnection.setLogWriter(PrintWriter out) |
void |
ResourceAdapterAssociation.setResourceAdapter(ResourceAdapter ra) |
Modifier and Type | Method and Description |
---|---|
void |
MessageEndpoint.afterDelivery() |
void |
MessageEndpoint.beforeDelivery(Method method) |
Modifier and Type | Class and Description |
---|---|
class |
WorkCompletedException |
class |
WorkException |
class |
WorkRejectedException |
Copyright © 2013. All Rights Reserved.