Interface MFCobolConnection

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

All Superinterfaces

Connection, Serializable

All Known Implementing Classes

CobolConnection, CobolManagedConnection.aCobolCon

Interface Specifications

Public Interface MFCobolConnection

extends Connection, Serializable

Methods

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

Method Detail

activate
public void activate() 
              throws ResourceException
Throws:
ResourceException
passivate
public void passivate() 
               throws ResourceException
Throws:
ResourceException
resetXAFlow
public void resetXAFlow()
dispose
public void dispose() 
             throws ResourceException
Throws:
ResourceException