sqlg2.db
Class SimpleTransaction

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by sqlg2.db.SimpleTransaction
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, ISimpleTransaction

public class SimpleTransaction
extends java.rmi.server.UnicastRemoteObject
implements ISimpleTransaction

RMI wrapper for ISimpleTransaction.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
SimpleTransaction(ConnectionManager cman, LocalConnectionFactory fact, Debug debug)
           
 
Method Summary
<T extends IDBCommon>
T
getInterface(java.lang.Class<T> iface)
          Returns data access interface generated by preprocessor.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleTransaction

public SimpleTransaction(ConnectionManager cman,
                         LocalConnectionFactory fact,
                         Debug debug)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getInterface

public <T extends IDBCommon> T getInterface(java.lang.Class<T> iface)
                                 throws java.rmi.RemoteException
Description copied from interface: ISimpleTransaction
Returns data access interface generated by preprocessor.

Specified by:
getInterface in interface ISimpleTransaction
Parameters:
iface - interface class
Returns:
data access interface implementation
Throws:
java.rmi.RemoteException