sqlg2.db
Class SimpleTransaction
java.lang.Object
   java.rmi.server.RemoteObject
java.rmi.server.RemoteObject
       java.rmi.server.RemoteServer
java.rmi.server.RemoteServer
           java.rmi.server.UnicastRemoteObject
java.rmi.server.UnicastRemoteObject
               sqlg2.db.SimpleTransaction
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
 
| Fields inherited from class java.rmi.server.RemoteObject | 
| ref | 
 
 
| Method Summary | 
| 
 | 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 | 
 
SimpleTransaction
public SimpleTransaction(ConnectionManager cman,
                         LocalConnectionFactory fact,
                         Debug debug)
                  throws java.rmi.RemoteException
- Throws:
- java.rmi.RemoteException
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:
- getInterfacein interface- ISimpleTransaction
 
- 
- Parameters:
- iface- interface class
- Returns:
- data access interface implementation
- Throws:
- java.rmi.RemoteException