Package org.opentcs.access.rmi.services
Interface RemotePeripheralJobService
- All Superinterfaces:
java.rmi.Remote
,RemoteTCSObjectService
public interface RemotePeripheralJobService extends RemoteTCSObjectService, java.rmi.Remote
Declares the methods provided by the
PeripheralJobService
via RMI.
The majority of the methods declared here have signatures analogous to their counterparts in
PeripheralJobService
, 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
PeripheralJobService
for these, instead.
-
Method Summary
Modifier and Type Method Description PeripheralJob
createPeripheralJob(ClientID clientId, PeripheralJobCreationTO to)
Methods inherited from interface org.opentcs.access.rmi.services.RemoteTCSObjectService
appendObjectHistoryEntry, fetchObject, fetchObject, fetchObjects, fetchObjects, updateObjectProperty
-
Method Details
-
createPeripheralJob
PeripheralJob createPeripheralJob(ClientID clientId, PeripheralJobCreationTO to) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-