Package org.opentcs.access.rmi.services
Interfaces and classes for transparently providing an openTCS kernel's service functionality via
RMI.
-
Interface Summary Interface Description RegistrationName Defines the names used for binding the remote services in the RMI registry.RemoteDispatcherService Declares the methods provided by theDispatcherService
via RMI.RemoteKernelServicePortal Declares the methods provided by theKernelServicePortal
via RMI.RemoteNotificationService Declares the methods provided by theNotificationService
via RMI.RemotePeripheralDispatcherService Declares the methods provided by thePeripheralDispatcherService
via RMI.RemotePeripheralJobService Declares the methods provided by thePeripheralJobService
via RMI.RemotePeripheralService Declares the methods provided by thePeripheralService
via RMI.RemotePlantModelService Declares the methods provided by thePlantModelService
via RMI.RemoteQueryService Declares the methods provided by theQueryService
via RMI.RemoteRouterService Declares the methods provided by theRouterService
via RMI.RemoteSchedulerService Deprecated. RemoteTCSObjectService Declares the methods provided by theTCSObjectService
via RMI.RemoteTransportOrderService Declares the methods provided by theTransportOrderService
via RMI.RemoteVehicleService Declares the methods provided by theVehicleService
via RMI.ServiceListener Provides callback methods for instances interested in service updates. -
Class Summary Class Description RemoteKernelServicePortalProxy The default implementation for theKernelServicePortal
.