jas.jds.interfaces
Interface RemoteScatterEnumeration
- All Superinterfaces:
- java.rmi.Remote
- public interface RemoteScatterEnumeration
- extends java.rmi.Remote
Method Summary |
short[] |
getNextPoints()
|
void |
resetEndPoint()
|
void |
restart(int cacheSize)
The cacheSize argument specifies the number of points at the beginning
of the enumeration that are assumed to already be in the remote cache. |
getNextPoints
public short[] getNextPoints()
throws java.rmi.RemoteException
resetEndPoint
public void resetEndPoint()
throws java.rmi.RemoteException
restart
public void restart(int cacheSize)
throws java.rmi.RemoteException
- The cacheSize argument specifies the number of points at the beginning
of the enumeration that are assumed to already be in the remote cache.