org.apache.commons.transaction.memory.jca
Class MapConnection
java.lang.Object
org.apache.commons.transaction.memory.jca.MapConnection
- All Implemented Interfaces:
- Connection
- public class MapConnection
- extends Object
- implements Connection
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mc
protected MapManagedConnection mc
MapConnection
public MapConnection(ManagedConnection mc)
getMap
public Map getMap()
close
public void close()
throws ResourceException
- Specified by:
close
in interface Connection
- Throws:
ResourceException
createInteraction
public Interaction createInteraction()
throws ResourceException
- Specified by:
createInteraction
in interface Connection
- Throws:
ResourceException
getLocalTransaction
public LocalTransaction getLocalTransaction()
throws ResourceException
- Specified by:
getLocalTransaction
in interface Connection
- Throws:
ResourceException
getMetaData
public ConnectionMetaData getMetaData()
throws ResourceException
- Specified by:
getMetaData
in interface Connection
- Throws:
ResourceException
getResultSetInfo
public ResultSetInfo getResultSetInfo()
throws ResourceException
- Specified by:
getResultSetInfo
in interface Connection
- Throws:
ResourceException
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.