Interface RemoteTCSObjectService

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RemotePlantModelService, RemoteTransportOrderService, RemoteVehicleService

public interface RemoteTCSObjectService
extends java.rmi.Remote
Declares the methods provided by the TCSObjectService via RMI.

The majority of the methods declared here have signatures analogous to their counterparts in TCSObjectService, 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 TCSObjectService for these, instead.