sqlg2.db
Class DBCommon
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
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
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