Home » db-derby-10.5.3.0 » org.apache.derby.jdbc » [javadoc | source]
org.apache.derby.jdbc
public class: ResourceAdapterImpl [javadoc | source]
java.lang.Object
   org.apache.derby.jdbc.ResourceAdapterImpl

All Implemented Interfaces:
    ModuleControl, ResourceAdapter

Method from org.apache.derby.jdbc.ResourceAdapterImpl Summary:
addConnection,   boot,   cancelXATransaction,   findConnection,   getXAResourceManager,   isActive,   removeConnection,   stop
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.derby.jdbc.ResourceAdapterImpl Detail:
 public synchronized boolean addConnection(XAXactId xid,
    Object conn) 
 public  void boot(boolean create,
    Properties properties) throws StandardException 
 public  void cancelXATransaction(XAXactId xid,
    String messageId) throws XAException 
 public synchronized Object findConnection(XAXactId xid) 
 public XAResourceManager getXAResourceManager() 
    Return the XA Resource manager to the XA Connection
 public boolean isActive() 
 public synchronized Object removeConnection(XAXactId xid) 
 public  void stop()