Interface MFCICSConnection

Represents an application level connection handle that is used by a component to implement MFECISConnection-specific functions that are called by an EJB.

All Superinterfaces

javax.resource.cci.Connection, Serializable

All Known Implementing Classes

MFECIManagedConnection.aCobolCon

Interface Specifications

Public Interface MFCICSConnection

extends javax.resource.cci.Connection, Serializable

Methods

Method Summary
void activate()
String getSessionID()
void passivate()
void resetXAFlow()
Methods inherited from interface javax.resource.cci.Connection
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo

Method Detail

activate
public void activate() 
               throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException
passivate
public void passivate() 
               throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException
resetXAFlow
public void resetXAFlow()
               throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException
getSessionID
String getSessionID() 
               throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException