A C D E G H M R S T U W

A

addConnectionEventListener(ConnectionEventListener) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Add a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Add a property change listener for all of the bound properties of this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Add a property change listener for a named property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Add a property change listener for a named bound property of this object.
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class com.sun.emp.cci.eci.ECIConnectionManager
 
associateConnection(Object) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 

C

cleanup() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
clearWarnings() - Method in class com.sun.emp.cci.eci.ECIInteraction
Clear the warnings for this object.
clone() - Method in class com.sun.emp.cci.eci.GenericRecord
 
close() - Method in class com.sun.emp.cci.eci.ECIInteraction
Close the interaction.
close() - Method in class com.sun.emp.cci.eci.ECIConnection
 
com.sun.emp.cci.eci - package com.sun.emp.cci.eci
This package provides the classes for a CCI compatable Resource Adapter, providing access to MTP through an ECI Interface.
createConnectionFactory() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Create a connection factory using a default connection manager.
createConnectionFactory(ConnectionManager) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Create a connection factory.
createIndexedRecord(String) - Method in class com.sun.emp.cci.eci.GenericRecordFactory
 
createInteraction() - Method in class com.sun.emp.cci.eci.ECIConnection
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
This method is not useful in an unmanaged environment.
createMappedRecord(String) - Method in class com.sun.emp.cci.eci.GenericRecordFactory
 

D

destroy() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 

E

ECIConnection - class com.sun.emp.cci.eci.ECIConnection.
A connection to an MTP system.
ECIConnectionFactory - class com.sun.emp.cci.eci.ECIConnectionFactory.
A factory for ECI Connections.
ECIConnectionManager - class com.sun.emp.cci.eci.ECIConnectionManager.
A connection manager for ECI connections.
ECIConnectionManager() - Constructor for class com.sun.emp.cci.eci.ECIConnectionManager
Constructor.
ECIConnectionSpec - class com.sun.emp.cci.eci.ECIConnectionSpec.
The specification of an ECI Connection.
ECIConnectionSpec() - Constructor for class com.sun.emp.cci.eci.ECIConnectionSpec
 
ECIInteraction - class com.sun.emp.cci.eci.ECIInteraction.
An object allowing execution of MTP programs.
ECIInteraction(ECIConnection) - Constructor for class com.sun.emp.cci.eci.ECIInteraction
Establish an interaction over a connection.
ECIInteractionSpec - class com.sun.emp.cci.eci.ECIInteractionSpec.
The specification of an ECI interaction.
ECIInteractionSpec() - Constructor for class com.sun.emp.cci.eci.ECIInteractionSpec
 
ECIManagedConnection - class com.sun.emp.cci.eci.ECIManagedConnection.
This class should not be used directly by applications.
ECIManagedConnectionFactory - class com.sun.emp.cci.eci.ECIManagedConnectionFactory.
The ECI Managed Connection Factory.
ECIManagedConnectionFactory() - Constructor for class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Default constructor.
ECITransactionAbendException - exception com.sun.emp.cci.eci.ECITransactionAbendException.
An exception generated by an ECI Transaction abending.
ECITransactionAbendException(String, String, String) - Constructor for class com.sun.emp.cci.eci.ECITransactionAbendException
Constructor.
equals(Object) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
 
equals(Object) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
equals(Object) - Method in class com.sun.emp.cci.eci.GenericRecord
 
execute(InteractionSpec, Record) - Method in class com.sun.emp.cci.eci.ECIInteraction
Execute an MTP program.
execute(InteractionSpec, Record, Record) - Method in class com.sun.emp.cci.eci.ECIInteraction
Execute an MTP program.

G

GenericRecord - class com.sun.emp.cci.eci.GenericRecord.
A generic record that can be used as input to an ECI interaction and is returned as an output of an interaction.
GenericRecord() - Constructor for class com.sun.emp.cci.eci.GenericRecord
Constructor.
GenericRecord(byte[]) - Constructor for class com.sun.emp.cci.eci.GenericRecord
Constructor providing initial data.
GenericRecordFactory - class com.sun.emp.cci.eci.GenericRecordFactory.
This resource adapter does not provide a working record factory.
GenericRecordFactory() - Constructor for class com.sun.emp.cci.eci.GenericRecordFactory
Constructor.
getAbendCode() - Method in class com.sun.emp.cci.eci.ECITransactionAbendException
 
getBytes() - Method in class com.sun.emp.cci.eci.GenericRecord
Get the bytes of this record.
getCommareaLength() - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Get the value of the commarea length.
getConnection() - Method in class com.sun.emp.cci.eci.ECIInteraction
Get the connection for this interaction.
getConnection() - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
 
getConnection(ConnectionSpec) - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
 
getConnection(Subject, ConnectionRequestInfo) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
getFunctionName() - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Get the name of the MTP program to execute.
getInteractionVerb() - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Get the current interaction verb.
getLocalTransaction() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
Not supported.
getLocalTransaction() - Method in class com.sun.emp.cci.eci.ECIConnection
Transactions are not supported.
getLogWriter() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Get the destination for debug information.
getLogWriter() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
getLogWriter() - Method in class com.sun.emp.cci.eci.ECIConnectionManager
Get the debug destination for this object.
getMaxPoolSize() - Method in class com.sun.emp.cci.eci.ECIConnectionManager
Get the maximum size of the connection pool.
getMetaData() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
getMetaData() - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
 
getMetaData() - Method in class com.sun.emp.cci.eci.ECIConnection
 
getNameServiceHost() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Get the name of the host upon which the COD Name Service is located.
getNameServicePort() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Get the port number upon which the COS Name Service is listening.
getPassword() - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Get the password.
getPoolTimeout() - Method in class com.sun.emp.cci.eci.ECIConnectionManager
 
getRecordFactory() - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
Not Supported.
getRecordName() - Method in class com.sun.emp.cci.eci.GenericRecord
 
getRecordShortDescription() - Method in class com.sun.emp.cci.eci.GenericRecord
 
getReference() - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
 
getRegionName() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Get the name of the region to communicate with.
getResultSetInfo() - Method in class com.sun.emp.cci.eci.ECIConnection
Result Set functionality is not supported.
getUserName() - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Get the user name.
getWarnings() - Method in class com.sun.emp.cci.eci.ECIInteraction
Get the warnings associated this this interaction.
getXAResource() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
Not supported.

H

hashCode() - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
 
hashCode() - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 

M

matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
This method is not useful in an unmanaged environment.

R

read(InputStream) - Method in class com.sun.emp.cci.eci.GenericRecord
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Remove a property change listener for all of the bound properties of this object.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Add a property change listener for a named property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Add a property change listener for a named bound property of this object.

S

setCommareaLength(int) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Set the length of the commarea to use.
setFunctionName(String) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Set the name of the MTP program to execute.
setInteractionVerb(int) - Method in class com.sun.emp.cci.eci.ECIInteractionSpec
Set the interaction verb for this interaction.
setLogWriter(PrintWriter) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Set the destination for debug information.
setLogWriter(PrintWriter) - Method in class com.sun.emp.cci.eci.ECIManagedConnection
 
setLogWriter(PrintWriter) - Method in class com.sun.emp.cci.eci.ECIConnectionManager
Set the debug destination for this object.
setMaxPoolSize(int) - Method in class com.sun.emp.cci.eci.ECIConnectionManager
Set the maximum size of the connection pool.
setNameServiceHost(String) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Set the name of the host upon which the COS Name Service is located.
setNameServicePort(Integer) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Set the port number upon which the COS Name Service is listening.
setPassword(String) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Set the password.
setPoolTimeout(int) - Method in class com.sun.emp.cci.eci.ECIConnectionManager
Set the timeout value for connection allocation.
setRecordName(String) - Method in class com.sun.emp.cci.eci.GenericRecord
 
setRecordShortDescription(String) - Method in class com.sun.emp.cci.eci.GenericRecord
 
setReference(Reference) - Method in class com.sun.emp.cci.eci.ECIConnectionFactory
 
setRegionName(String) - Method in class com.sun.emp.cci.eci.ECIManagedConnectionFactory
Set the name of the region to communicate with.
setUserName(String) - Method in class com.sun.emp.cci.eci.ECIConnectionSpec
Set the user name.

T

toString() - Method in class com.sun.emp.cci.eci.GenericRecord
 

U

UNSPECIFIED_COMMAREA_LENGTH - Static variable in class com.sun.emp.cci.eci.ECIInteractionSpec
A value to be used for the commArea property when the application wishes for the commarea length to be derived from the input record.

W

write(OutputStream) - Method in class com.sun.emp.cci.eci.GenericRecord
 

A C D E G H M R S T U W