com.microfocus.cobol.connector.cci.CobolConnection
public class CobolManagedConnection.aCobolCon
extends CobolConnection
implements Connection, MFCobolConnection, Serializable
See Also:
Method Summary | |
---|---|
void | close()
Close the CobolConnection handle. |
protected void | associateConnection(CobolManagedConnection newMc,
String sessionId)
Associate a connection handle with a physical managed connection. |
protected void | invalidate()
Invalidate a Managed Connection. |
Methods inherited from class com.microfocus.cobol.connector.cci.CobolConnection |
---|
activate, CreateInteraction , dispose, getEJBContext , getLocalTransaction, getManagedConnection, getMetaData, getResultSetInfo, passivate, resetLocalTransaction, resetXAFlow, setEJBContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.cci.Connection |
---|
createInteraction, getLocalTransaction, getMetaData, getResultSetInfo |
Methods inherited from class com.microfocus.cobol.connector.cci.MFCobolConnection |
---|
activate, dispose, passivate, resetXSFlow |
public void close() throws ResourceException
Close the CobolConnection handle.
protected void associateConnection(CobolManagedConnection newMc) throws ResourceException
Associate a connection handle with a physical managed connection.
newMc | The Managed Connection instance. |
protected void invalidate()
Invalidate a Managed Connection.