sqlg2.db
Class DBCommon

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.DBCommon
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, IDBCommon

public class DBCommon
extends java.rmi.server.UnicastRemoteObject
implements IDBCommon

RMI wrapper for IDBCommon.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
DBCommon(InternalTransaction trans)
           
DBCommon(LocalWrapperBase db)
           
 
Method Summary
 java.util.Date getTime()
          Returns DB server local time.
 
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

DBCommon

public DBCommon(InternalTransaction trans)
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

DBCommon

public DBCommon(LocalWrapperBase db)
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

getTime

public java.util.Date getTime()
                       throws java.rmi.RemoteException,
                              java.sql.SQLException
Description copied from interface: IDBCommon
Returns DB server local time.

Specified by:
getTime in interface IDBCommon
Returns:
DB server local time
Throws:
java.rmi.RemoteException
java.sql.SQLException