A B C D E G H I J L M N O P R S U W

A

addConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Adds a connection event listener to the ManagedConnection instance.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in interface javax.resource.spi.ConnectionManager
The method allocateConnection gets called by the resource adapter's connection factory instance.
ApplicationServerInternalException - exception javax.resource.spi.ApplicationServerInternalException.
An ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
ApplicationServerInternalException(String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an ApplicationServerInternalException with reason.
ApplicationServerInternalException(String, String) - Constructor for class javax.resource.spi.ApplicationServerInternalException
Create an ApplicationServerInternalException.
associateConnection(Object) - Method in interface javax.resource.spi.ManagedConnection
Used by the container to change the association of an application-level connection handle with a ManagedConneciton instance.

B

begin() - Method in interface javax.resource.spi.LocalTransaction
Begin a local transaction
begin() - Method in interface javax.resource.cci.LocalTransaction
Begins a local transaction on an EIS instance.

C

cleanup() - Method in interface javax.resource.spi.ManagedConnection
Application server calls this method to force any cleanup on the ManagedConnection instance.
clearWarnings() - Method in interface javax.resource.cci.Interaction
Clears all the warning reported by this Interaction instance.
clone() - Method in interface javax.resource.cci.Record
Creates and returns a copy of this object.
close() - Method in interface javax.resource.cci.Interaction
Closes the current Interaction and release all the resources held for this instance by the resource adapter.
close() - Method in interface javax.resource.cci.Connection
Initiates close of the connection handle at the application level.
CommException - exception javax.resource.spi.CommException.
An CommException indicates errors related to failed or interrupted communication with an EIS instance.
CommException(String) - Constructor for class javax.resource.spi.CommException
Create a CommException with a reason.
CommException(String, String) - Constructor for class javax.resource.spi.CommException
Create a CommException.
commit() - Method in interface javax.resource.spi.LocalTransaction
Commit a local transaction
commit() - Method in interface javax.resource.cci.LocalTransaction
Commits the current local transaction and release all locks held by the underlying EIS instance.
Connection - interface javax.resource.cci.Connection.
A Connection represents an application-level handle that is used by a client to access the underlying physical connection.
CONNECTION_CLOSED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an application component has closed the connection
CONNECTION_ERROR_OCCURRED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that an error occurred on the connection.
connectionClosed(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that an application component has closed the connection.
connectionErrorOccurred(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies a connection related error.
ConnectionEvent - class javax.resource.spi.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.
ConnectionEvent(ManagedConnection, int) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEvent(ManagedConnection, int, Exception) - Constructor for class javax.resource.spi.ConnectionEvent
Construct a ConnectionEvent object.
ConnectionEventListener - interface javax.resource.spi.ConnectionEventListener.
The ConnectionEventListener interface provides an event callback mechanism to enable an application server to receive notifications from a ManagedConnection instance.
ConnectionFactory - interface javax.resource.cci.ConnectionFactory.
ConnectionFactory provides an interface for getting connection to an EIS instance.
ConnectionManager - interface javax.resource.spi.ConnectionManager.
ConnectionManager interface provides a hook for the resource adapter to pass a connection request to the application server.
ConnectionMetaData - interface javax.resource.cci.ConnectionMetaData.
The interface ConnectionMetaData provides information about an EIS instance connected through a Connection instance.
ConnectionRequestInfo - interface javax.resource.spi.ConnectionRequestInfo.
The ConnectionRequestInfo interface enables a resource adapter to pass its own request specific data structure across the connection request flow.
ConnectionSpec - interface javax.resource.cci.ConnectionSpec.
ConnectionSpec is used by an application component to pass connection request-specific properties to the ConnectionFactory.
createConnectionFactory() - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createConnectionFactory(ConnectionManager) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a Connection Factory instance.
createIndexedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a IndexedRecord.
createInteraction() - Method in interface javax.resource.cci.Connection
Creates an Interaction associated with this Connection.
createManagedConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Creates a new physical connection to the underlying EIS resource manager,
createMappedRecord(String) - Method in interface javax.resource.cci.RecordFactory
Creates a MappedRecord.

D

deletesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
 
destroy() - Method in interface javax.resource.spi.ManagedConnection
Destroys the physical connection to the underlying resource manager.

E

EISSystemException - exception javax.resource.spi.EISSystemException.
An EISSystemException is used to indicate any EIS specific system-level error conditions.
EISSystemException(String) - Constructor for class javax.resource.spi.EISSystemException
Create an EISSystemException with reason.
EISSystemException(String, String) - Constructor for class javax.resource.spi.EISSystemException
Create an EISSystemException.
equals(Object) - Method in interface javax.resource.spi.ManagedConnectionFactory
Check if this ManagedConnectionFactory is equal to another ManagedConnectionFactory.
equals(Object) - Method in interface javax.resource.spi.ConnectionRequestInfo
Checks whether this instance is equal to another.
equals(Object) - Method in class javax.resource.spi.security.PasswordCredential
Compares this PasswordCredential with the specified object for equality.
equals(Object) - Method in interface javax.resource.spi.security.GenericCredential
Tests if this GenericCredential instance refers to the same entity as the supplied object.
equals(Object) - Method in interface javax.resource.cci.Record
Check if this instance is equal to another Record.
execute(InteractionSpec, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.
execute(InteractionSpec, Record, Record) - Method in interface javax.resource.cci.Interaction
Executes an interaction represented by the InteractionSpec.

G

GenericCredential - interface javax.resource.spi.security.GenericCredential.
The interface javax.resource.spi.security.GenericCredential defines a security mechanism independent interface for accessing security credential of a resource principal.
getAdapterName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable name of the resource adapter.
getAdapterShortDescription() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets a tool displayable short desription of the resource adapter.
getAdapterVendorName() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the name of the vendor that has provided the resource adapter.
getAdapterVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Gets the version of the resource adapter.
getAutoCommit() - Method in interface javax.resource.cci.Connection
Gets the AutoCommit mode for the Connection.
getConnection() - Method in interface javax.resource.cci.Interaction
Gets the Connection associated with the Interaction.
getConnection() - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection(ConnectionSpec) - Method in interface javax.resource.cci.ConnectionFactory
Gets a connection to an EIS instance.
getConnection(Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnection
Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance.
getConnectionHandle() - Method in class javax.resource.spi.ConnectionEvent
Get the connection handle associated with the Managed Connection instance.
getCredentialData() - Method in interface javax.resource.spi.security.GenericCredential
Gets security data for a specific security mechanism represented by the GenericCredential.
getEISProductName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns Product name of the underlying EIS instance connected through the ManagedConnection.
getEISProductName() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product name of the underlying EIS instance connected through the Connection that produced this metadata.
getEISProductVersion() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns product version of the underlying EIS instance connected through the ManagedConnection.
getEISProductVersion() - Method in interface javax.resource.cci.ConnectionMetaData
Returns product version of the underlying EIS instance.
getErrorCode() - Method in class javax.resource.ResourceException
Get the vendor specific error code
getException() - Method in class javax.resource.spi.ConnectionEvent
Get the exception.
getId() - Method in class javax.resource.spi.ConnectionEvent
Get the type of event
getInteractionSpecsSupported() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns an array of fully-qualified names of InteractionSpec types supported by the CCI implementation for this resource adapter.
getLinkedException() - Method in class javax.resource.ResourceException
Get the exception linked to this ResourceException
getLinkedWarning() - Method in class javax.resource.cci.ResourceWarning
Retrieves the warning chained to this ResourceWarning object.
getLocalTransaction() - Method in interface javax.resource.spi.ManagedConnection
Returns an javax.resource.spi.LocalTransaction instance.
getLocalTransaction() - Method in interface javax.resource.cci.Connection
Returns an LocalTransaction instance that enables a component to demarcate resource manager local transactions on the Connection.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnectionFactory
Get the log writer for this ManagedConnectionFactory instance.
getLogWriter() - Method in interface javax.resource.spi.ManagedConnection
Gets the log writer for this ManagedConnection instance.
getLogWriter() - Method in interface javax.resource.cci.ConnectionFactory
Gets the log writer for the ConnectionFactory instance.
getManagedConnectionFactory() - Method in class javax.resource.spi.security.PasswordCredential
Gets the target ManagedConnectionFactory for which the user name and password has been set by the application server.
getMaxConnections() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns maximum limit on number of active concurrent connections that an EIS instance can support across client processes.
getMechType() - Method in interface javax.resource.spi.security.GenericCredential
Returns the mechanism type for the GenericCredential instance.
getMetaData() - Method in interface javax.resource.spi.ManagedConnection
Gets the metadata information for this connection's underlying EIS resource manager instance.
getMetaData() - Method in interface javax.resource.cci.ConnectionFactory
Gets metadata for the Resource Adapter.
getMetaData() - Method in interface javax.resource.cci.Connection
Gets the information on the underlying EIS instance represented through an active connection.
getName() - Method in interface javax.resource.spi.security.GenericCredential
Returns the name of the resource principal associated with a GenericCredential instance.
getPassword() - Method in class javax.resource.spi.security.PasswordCredential
Returns the user password.
getRecordFactory() - Method in interface javax.resource.cci.ConnectionFactory
Gets a RecordFactory instance.
getRecordName() - Method in interface javax.resource.cci.Record
Gets the name of the Record.
getRecordShortDescription() - Method in interface javax.resource.cci.Record
Gets a short description string for the Record.
getResultSetInfo() - Method in interface javax.resource.cci.Connection
Gets the information on the ResultSet functionality supported by a connected EIS instance.
getSpecVersion() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns a string representation of the version of the connector architecture specification that is supported by the resource adapter.
getTimeout() - Method in interface javax.resource.cci.ConnectionFactory
Gets the maximum time in milliseconds that this connection factory can wait while attempting to connect to an EIS.
getUserName() - Method in interface javax.resource.spi.ManagedConnectionMetaData
Returns name of the user associated with the ManagedConnection instance.
getUserName() - Method in class javax.resource.spi.security.PasswordCredential
Returns the user name.
getUserName() - Method in interface javax.resource.cci.ConnectionMetaData
Returns the user name for an active connection as known to the underlying EIS instance.
getWarnings() - Method in interface javax.resource.cci.Interaction
Gets the first ResourceWarning from the chain of warnings associated with this Interaction instance.
getXAResource() - Method in interface javax.resource.spi.ManagedConnection
Returns an javax.transaction.xa.XAresource instance.

H

hashCode() - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns the hash code for the ManagedConnectionFactory
hashCode() - Method in interface javax.resource.spi.ConnectionRequestInfo
Returns the hashCode of the ConnectionRequestInfo.
hashCode() - Method in class javax.resource.spi.security.PasswordCredential
Returns the hash code for this PasswordCredential
hashCode() - Method in interface javax.resource.spi.security.GenericCredential
Returns the hash code for this GenericCredential
hashCode() - Method in interface javax.resource.cci.Record
Returns the hash code for the Record instance.

I

id - Variable in class javax.resource.spi.ConnectionEvent
Type of the event
IllegalStateException - exception javax.resource.spi.IllegalStateException.
An IllegalStateException is 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.
IllegalStateException(String) - Constructor for class javax.resource.spi.IllegalStateException
Create an IllegalStateException with reason.
IllegalStateException(String, String) - Constructor for class javax.resource.spi.IllegalStateException
Create an IllegalStateException.
IndexedRecord - interface javax.resource.cci.IndexedRecord.
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface.
insertsAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted.
Interaction - interface javax.resource.cci.Interaction.
The javax.resource.cci.Interaction enables a component to execute EIS functions.
InteractionSpec - interface javax.resource.cci.InteractionSpec.
An InteractionSpec holds properties for driving an Interaction with an EIS instance.

J

javax.resource - package javax.resource
 
javax.resource.cci - package javax.resource.cci
 
javax.resource.spi - package javax.resource.spi
 
javax.resource.spi.security - package javax.resource.spi.security
 

L

LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was committed on the connection
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was rolled back on the connection
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
Event notification that a Resource Manager Local Transaction was started on the connection
LocalTransaction - interface javax.resource.spi.LocalTransaction.
LocalTransaction interface provides support for transactions that are managed internal to an EIS resource manager, and do not require an external transaction manager.
LocalTransaction - interface javax.resource.cci.LocalTransaction.
The LocalTransaction defines a transaction demarcation interface for resource manager local transactions.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was committed on the ManagedConnection instance.
LocalTransactionException - exception javax.resource.spi.LocalTransactionException.
A LocalTransactionException represents various error conditions related to the local transaction management contract.
LocalTransactionException(String) - Constructor for class javax.resource.spi.LocalTransactionException
Create a LocalTransactionException with reason.
LocalTransactionException(String, String) - Constructor for class javax.resource.spi.LocalTransactionException
Create a LocalTransactionException.
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was rolled back on the ManagedConnection instance.
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a Resource Manager Local Transaction was started on the ManagedConnection instance.

M

ManagedConnection - interface javax.resource.spi.ManagedConnection.
ManagedConnection instance represents a physical connection to the underlying EIS.
ManagedConnectionFactory - interface javax.resource.spi.ManagedConnectionFactory.
ManagedConnectionFactory instance is a factory of both ManagedConnection and EIS-specific connection factory instances.
ManagedConnectionMetaData - interface javax.resource.spi.ManagedConnectionMetaData.
The ManagedConnectionMetaData interface provides information about the underlying EIS instance associated with a ManagedConnection instance.
MappedRecord - interface javax.resource.cci.MappedRecord.
The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in interface javax.resource.spi.ManagedConnectionFactory
Returns a matched connection from the candidate set of connections.

N

NotSupportedException - exception javax.resource.NotSupportedException.
NotSupportedException is thrown to indicate that callee (resource adapter or application server for system contracts) cannot execute an operation because the operation is not a supported feature.
NotSupportedException(String) - Constructor for class javax.resource.NotSupportedException
Create a NotSupportedException with reason.
NotSupportedException(String, String) - Constructor for class javax.resource.NotSupportedException
Create a NotSupportedException.

O

othersDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether updates made by others are visible.
ownDeletesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
 
ownInsertsAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
 
ownUpdatesAreVisible(int) - Method in interface javax.resource.cci.ResultSetInfo
 

P

PasswordCredential - class javax.resource.spi.security.PasswordCredential.
The class PasswordCredential acts as a holder for username and password.
PasswordCredential(String, char[]) - Constructor for class javax.resource.spi.security.PasswordCredential
Creates a new PasswordCredential object from the given user name and password.

R

read(InputStream) - Method in interface javax.resource.cci.Streamable
Read data from an InputStream and initialize fields of a Streamable object.
Record - interface javax.resource.cci.Record.
The javax.resource.cci.Record interface is the base interface for the representation of an input or output to the execute methods defined on an Interaction.
RecordFactory - interface javax.resource.cci.RecordFactory.
The RecordFactory interface is used for creating MappedRecord and IndexedRecord instances.
Referenceable - interface javax.resource.Referenceable.
The Referenceable interface extends the javax.naming.Referenceable interface.
removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.resource.spi.ManagedConnection
Removes an already registered connection event listener from the ManagedConnection instance.
ResourceAdapterInternalException - exception javax.resource.spi.ResourceAdapterInternalException.
ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.
ResourceAdapterInternalException(String) - Constructor for class javax.resource.spi.ResourceAdapterInternalException
Create a SecurityException with reason.
ResourceAdapterInternalException(String, String) - Constructor for class javax.resource.spi.ResourceAdapterInternalException
Create a ResourceAdapterInternalException.
ResourceAdapterMetaData - interface javax.resource.cci.ResourceAdapterMetaData.
The interface javax.resource.cci.ResourceAdapterMetaData provides information about capabilities of a resource adapter implementation.
ResourceAllocationException - exception javax.resource.spi.ResourceAllocationException.
A ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections).
ResourceAllocationException(String) - Constructor for class javax.resource.spi.ResourceAllocationException
Create a ResourceAllocationException with reason.
ResourceAllocationException(String, String) - Constructor for class javax.resource.spi.ResourceAllocationException
Create a ResourceAllocationException.
ResourceException - exception javax.resource.ResourceException.
This is the root interface of the exception hierarchy defined for the Connector architecture.
ResourceException(String) - Constructor for class javax.resource.ResourceException
Create a ResourceException with reason.
ResourceException(String, String) - Constructor for class javax.resource.ResourceException
Create a ResourceException.
ResourceWarning - exception javax.resource.cci.ResourceWarning.
ResourceWarning provides information on warnings related to execution of an interaction with an EIS.
ResourceWarning(String) - Constructor for class javax.resource.cci.ResourceWarning
Constructs an ResourceWarning object with the given value for a reason; errorCode defaults to null.
ResourceWarning(String, String) - Constructor for class javax.resource.cci.ResourceWarning
Constructs a fully-specified ResourceWarning object initialized with the given values.
ResultSet - interface javax.resource.cci.ResultSet.
A ResultSet represents tabular data that is retrieved from an EIS instance by the execution of an Interaction..
ResultSetInfo - interface javax.resource.cci.ResultSetInfo.
The interface javax.resource.cci.ResultSetInfo provides information on the support provided for ResultSet by a connected EIS instance.
rollback() - Method in interface javax.resource.spi.LocalTransaction
Rollback a local transaction
rollback() - Method in interface javax.resource.cci.LocalTransaction
Rollbacks the current resource manager local transaction.

S

SecurityException - exception javax.resource.spi.SecurityException.
A SecurityException indicates error conditions related to the security contract between an application server and resource adapter.
SecurityException(String) - Constructor for class javax.resource.spi.SecurityException
Create a SecurityException with reason.
SecurityException(String, String) - Constructor for class javax.resource.spi.SecurityException
Create a SecurityException.
setAutoCommit(boolean) - Method in interface javax.resource.cci.Connection
Sets the AutoCommit mode for the Connection.
setConnectionHandle(Object) - Method in class javax.resource.spi.ConnectionEvent
Set the connection handle.
setLinkedException(Exception) - Method in class javax.resource.ResourceException
Add a linked Exception to this ResourceException.
setLinkedWarning(ResourceWarning) - Method in class javax.resource.cci.ResourceWarning
Adds an ResourceWarning object to the end of the chain.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnectionFactory
Set the log writer for this ManagedConnectionFactory instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.spi.ManagedConnection
Sets the log writer for this ManagedConnection instance.
setLogWriter(PrintWriter) - Method in interface javax.resource.cci.ConnectionFactory
Sets the log writer for the ConnectionFactory instance.
setManagedConnectionFactory(ManagedConnectionFactory) - Method in class javax.resource.spi.security.PasswordCredential
Sets the target ManagedConenctionFactory instance for which the user name and password has been set by the application server.
setRecordName(String) - Method in interface javax.resource.cci.Record
Sets the name of the Record.
setRecordShortDescription(String) - Method in interface javax.resource.cci.Record
Sets a short description string for the Record.
setReference(Reference) - Method in interface javax.resource.Referenceable
Sets the Reference instance.
setTimeout(int) - Method in interface javax.resource.cci.ConnectionFactory
Sets the maximum time in milliseconds that this connection factory will wait while attempting to connect to an EIS.
Streamable - interface javax.resource.cci.Streamable.
Streamable interface enables a resource adapter to extract data from an input Record or set data into an output Record as a stream of bytes.
supportsExecuteWithInputAndOutputRecord() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public boolean execute(InteractionSpec ispec, Record input, Record output) method; otherwise the method returns false.
supportsExecuteWithInputRecordOnly() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the implementation class for the Interaction interface implements public Record execute(InteractionSpec ispec, Record input) method; otherwise the method returns false.
supportsLocalTransactionDemarcation() - Method in interface javax.resource.cci.ResourceAdapterMetaData
Returns true if the resource adapter implements the LocalTransaction interface and supports local transaction demarcation on the underlying EIS instance through the LocalTransaction interface.
supportsResultSetType(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports a type of ResultSet.
supportsResultTypeConcurrency(int, int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a resource adapter supports the concurrency type in combination with the given ResultSet type/
SYNC_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
The execution of an Interaction results in a synchronous receive of an output Record.
SYNC_SEND - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction does only a send to the target EIS instance.
SYNC_SEND_RECEIVE - Static variable in interface javax.resource.cci.InteractionSpec
Interaction Verb type: The execution of an Interaction sends a request to the EIS instance and receives response synchronously.

U

updatesAreDetected(int) - Method in interface javax.resource.cci.ResultSetInfo
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.

W

write(OutputStream) - Method in interface javax.resource.cci.Streamable
Write fields of a Streamable object to an OutputStream

A B C D E G H I J L M N O P R S U W