|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.connector2.iseries.pgmcall.ISeriesPgmCallConnectionFactory
Application Component use the ISeriesPgmCallConnectionFactory to create ISeriesPgmCallConnection.
getConnection()
, Serialized FormConstructor Summary | |
ISeriesPgmCallConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Constructor to create ISeriesPgmCallConnectionFactory |
|
ISeriesPgmCallConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm)
Constructor to create ISeriesPgmCallConnectionFactory |
Method Summary | |
void |
clearForSessionID(java.lang.String id)
Release all connections associated with the session. |
javax.resource.cci.Connection |
getConnection()
Used by application component to get a connection |
javax.resource.cci.Connection |
getConnection(javax.resource.cci.ConnectionSpec properties)
Used by application component to get a connection Application component provides ISeriesPgmCallConnectionSpecImpl to get a Connection |
javax.resource.cci.ResourceAdapterMetaData |
getMetaData()
Gets the information on the ISeriesPgmCallConnectionFactory |
javax.resource.cci.RecordFactory |
getRecordFactory()
getRecordFactory not supported by this resource adapter |
javax.naming.Reference |
getReference()
|
void |
setReference(javax.naming.Reference reference)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ISeriesPgmCallConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
mcf
- ManagedConnectionFactorypublic ISeriesPgmCallConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cm)
mcf
- ManagedConnectionFactorycm
- ConnectionManagerMethod Detail |
public void clearForSessionID(java.lang.String id) throws javax.resource.ResourceException
properties
- ConnectionSpecjavax.resource.ResourceException
- Failed to clear connections for the sessionpublic javax.resource.cci.Connection getConnection() throws javax.resource.ResourceException
getConnection
in interface javax.resource.cci.ConnectionFactory
javax.resource.ResourceException
- Failed to get a connection to a connection.public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec properties) throws javax.resource.ResourceException
getConnection
in interface javax.resource.cci.ConnectionFactory
properties
- ConnectionSpecjavax.resource.ResourceException
- Failed to get a connection to a connection.public javax.resource.cci.ResourceAdapterMetaData getMetaData() throws javax.resource.ResourceException
getMetaData
in interface javax.resource.cci.ConnectionFactory
javax.resource.ResourceException
- public javax.resource.cci.RecordFactory getRecordFactory() throws javax.resource.ResourceException
getRecordFactory
in interface javax.resource.cci.ConnectionFactory
javax.resource.ResourceException
- public javax.naming.Reference getReference()
getReference
in interface javax.naming.Referenceable
public void setReference(javax.naming.Reference reference)
setReference
in interface javax.resource.Referenceable
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |