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

Method Summary
 long[] readSerials(long[] ids)
           
 long[] selectIdSerialForName(String className, String tableName)
           
 long selectMasterSerial()
           
 String selectNameForId(long id)
           
 

Method Detail

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