org.tentackle.db.rmi
Interface ModificationThreadRemoteDelegate
- All Superinterfaces:
- Remote, RemoteDelegate
- All Known Implementing Classes:
- ModificationThreadRemoteDelegateImpl
public interface ModificationThreadRemoteDelegate
- extends RemoteDelegate
Remote delegate interface for ModificationThread.
- Author:
- harald
selectMasterSerial
long selectMasterSerial()
throws RemoteException
- Throws:
RemoteException
selectIdSerialForName
long[] selectIdSerialForName(String className,
String tableName)
throws RemoteException
- Throws:
RemoteException
selectNameForId
String selectNameForId(long id)
throws RemoteException
- Throws:
RemoteException
readSerials
long[] readSerials(long[] ids)
throws RemoteException
- Throws:
RemoteException
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de