|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.cics.ECIConnectionFactory
This abstract class provides the framework for CICS Connection Factories
it provides support for the logWriter, timeout, jndi reference and metadata properties. It also manages the Managed Connection Factory and Connection Manager References.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
|
Method Summary | |
---|---|
javax.resource.cci.Connection |
getConnection()
Returns a Connection within a Non-Managed Environment. |
Connection |
getConnection(ConnectionSpec spec)
This is the extended version of getConnection() which allows the user to pass an ECIConnectionSpec parameter containing their user credentials. |
ResourceAdapterMetaData |
getMetaData()
Returns information about the Resource adapter |
RecordFactory |
getRecordFactory()
This method is not supported in CCI for CICS TS. |
javax.naming.Reference |
getReference()
return the Reference Object associated with this object. |
void |
setReference(javax.naming.Reference newRef)
Sets the Reference instance. |
java.lang.String |
toString()
return a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CLASS_VERSION
Method Detail |
public void setReference(javax.naming.Reference newRef)
newRef
- A Reference objectpublic javax.naming.Reference getReference() throws javax.naming.NamingException
javax.naming.NamingException
public RecordFactory getRecordFactory() throws ResourceException
NotSupportedException
- This exception is always thrown
ResourceException
public javax.resource.cci.Connection getConnection() throws javax.resource.ResourceException
ResourceException
- If invalid connection returnedpublic java.lang.String toString()
public Connection getConnection(ConnectionSpec spec) throws ResourceException
spec
- The ECIConnectionSpec containing the users security
credentials.
ResourceException
public ResourceAdapterMetaData getMetaData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |