org.objectweb.speedo.jca
Class SpeedoConnection

java.lang.Object
  extended by org.objectweb.speedo.jca.SpeedoConnection
Direct Known Subclasses:
JDOConnectionImpl

public class SpeedoConnection
extends java.lang.Object

Author:
P. Dechamboux

Field Summary
protected  SpeedoManagedConnection managedConnection
          The ManagedConnection associated with this Connection.
protected static java.lang.String NO_ACTIVE_CONNECTION
           
 
Constructor Summary
SpeedoConnection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ACTIVE_CONNECTION

protected static final java.lang.String NO_ACTIVE_CONNECTION
See Also:
Constant Field Values

managedConnection

protected SpeedoManagedConnection managedConnection
The ManagedConnection associated with this Connection.

Constructor Detail

SpeedoConnection

public SpeedoConnection()