org.tentackle.db.rmi
Class ModificationThreadRemoteDelegateImpl<T extends ModificationThread>
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.tentackle.db.rmi.RemoteDelegateImpl<T>
org.tentackle.db.rmi.ModificationThreadRemoteDelegateImpl<T>
- Type Parameters:
T - the modification thread class
- All Implemented Interfaces:
- Serializable, Remote, ModificationThreadRemoteDelegate, RemoteDelegate
public class ModificationThreadRemoteDelegateImpl<T extends ModificationThread>
- extends RemoteDelegateImpl<T>
- implements ModificationThreadRemoteDelegate
Remote delegate implementation for ModificationThread.
- Author:
- harald
- See Also:
- Serialized Form
ModificationThreadRemoteDelegateImpl
public ModificationThreadRemoteDelegateImpl(RemoteDbSessionImpl session,
Class<T> clazz)
throws RemoteException
- Throws:
RemoteException
selectMasterSerial
public long selectMasterSerial()
throws RemoteException
- Specified by:
selectMasterSerial in interface ModificationThreadRemoteDelegate
- Throws:
RemoteException
selectIdSerialForName
public long[] selectIdSerialForName(String className,
String tableName)
throws RemoteException
- Specified by:
selectIdSerialForName in interface ModificationThreadRemoteDelegate
- Throws:
RemoteException
selectNameForId
public String selectNameForId(long id)
throws RemoteException
- Specified by:
selectNameForId in interface ModificationThreadRemoteDelegate
- Throws:
RemoteException
readSerials
public long[] readSerials(long[] ids)
throws RemoteException
- Specified by:
readSerials in interface ModificationThreadRemoteDelegate
- Throws:
RemoteException
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de