Package org.opentcs.access.rmi.services
Interface RemoteSchedulerService
- All Superinterfaces:
java.rmi.Remote
@Deprecated
public interface RemoteSchedulerService
extends java.rmi.Remote
Deprecated.
Declares the methods provided by the
SchedulerService
via RMI.
The majority of the methods declared here have signatures analogous to their counterparts in
SchedulerService
, with an additional ClientID
parameter which serves the purpose
of identifying the calling client and determining its permissions.
To avoid redundancy, the semantics of methods that only pass through their arguments are not
explicitly documented here again. See the corresponding API documentation in
SchedulerService
for these, instead.
-
Method Summary
Modifier and Type Method Description SchedulerAllocationState
fetchSchedulerAllocations(ClientID clientId)
Deprecated.
-
Method Details
-
fetchSchedulerAllocations
SchedulerAllocationState fetchSchedulerAllocations(ClientID clientId) throws java.rmi.RemoteExceptionDeprecated.- Throws:
java.rmi.RemoteException
-