|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.connector2.iseries.pgmcall.ISeriesPgmCallConnection
iSeries Program Call Connector's implementation of javax.resource.cci.Connection
Method Summary | |
void |
close()
Initiates close of the connection handle at the application level. |
javax.resource.cci.Interaction |
createInteraction()
createInteraction Creates an ISeriesPgmCallInteraction associated with this ISeriesPgmCallConnection. |
boolean |
getAutoCommit()
getAutoCommit not supported by this resource adapter |
javax.resource.cci.LocalTransaction |
getLocalTransaction()
getLocalTransaction not supported by this resource adapter |
javax.resource.cci.ConnectionMetaData |
getMetaData()
getMetaData Gets the information on the ISeriesPgmCallConnection. |
javax.resource.cci.ResultSetInfo |
getResultSetInfo()
getResultSetInfo not supported by this resource adapter |
void |
setAutoCommit(boolean autoCommit)
setAutoCommit not supported by this resource adapter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void close() throws javax.resource.ResourceException
close
in interface javax.resource.cci.Connection
javax.resource.ResourceException
- public javax.resource.cci.Interaction createInteraction() throws javax.resource.ResourceException
createInteraction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
- Failed to create an Interactionpublic boolean getAutoCommit() throws javax.resource.ResourceException
javax.resource.ResourceException
- public javax.resource.cci.LocalTransaction getLocalTransaction() throws javax.resource.ResourceException
getLocalTransaction
in interface javax.resource.cci.Connection
javax.resource.ResourceException
- public javax.resource.cci.ConnectionMetaData getMetaData() throws javax.resource.ResourceException
getMetaData
in interface javax.resource.cci.Connection
javax.resource.ResourceException
- Failed to get information about the ISeriesPgmCallConnection.public javax.resource.cci.ResultSetInfo getResultSetInfo() throws javax.resource.ResourceException
getResultSetInfo
in interface javax.resource.cci.Connection
javax.resource.ResourceException
- public void setAutoCommit(boolean autoCommit) throws javax.resource.ResourceException
javax.resource.ResourceException
-
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |