Package org.opentcs.access.rmi.services
Schnittstelle RegistrationName
public interface RegistrationName
Defines the names used for binding the remote services in the RMI registry.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
The name theRemoteDispatcherService
registers itself with a RMI registry.static final String
The name theRemoteKernelServicePortal
registers itself with a RMI registry.static final String
The name theRemoteNotificationService
registers itself with a RMI registry.static final String
The name theRemotePeripheralDispatcherService
registers itself with a RMI registry.static final String
The name theRemotePeripheralJobService
registers itself with a RMI registry.static final String
The name theRemotePeripheralService
registers itself with a RMI registry.static final String
The name theRemotePlantModelService
registers itself with a RMI registry.static final String
The name theRemoteQueryService
registers itself with a RMI registry.static final String
The name theRemoteRouterService
registers itself with a RMI registry.static final String
The name theRemoteTransportOrderService
registers itself with a RMI registry.static final String
The name theRemoteVehicleService
registers itself with a RMI registry.
-
Felddetails
-
REMOTE_KERNEL_CLIENT_PORTAL
The name theRemoteKernelServicePortal
registers itself with a RMI registry. -
REMOTE_PLANT_MODEL_SERVICE
The name theRemotePlantModelService
registers itself with a RMI registry. -
REMOTE_TRANSPORT_ORDER_SERVICE
The name theRemoteTransportOrderService
registers itself with a RMI registry. -
REMOTE_VEHICLE_SERVICE
The name theRemoteVehicleService
registers itself with a RMI registry. -
REMOTE_NOTIFICATION_SERVICE
The name theRemoteNotificationService
registers itself with a RMI registry. -
REMOTE_ROUTER_SERVICE
The name theRemoteRouterService
registers itself with a RMI registry. -
REMOTE_DISPATCHER_SERVICE
The name theRemoteDispatcherService
registers itself with a RMI registry. -
REMOTE_QUERY_SERVICE
The name theRemoteQueryService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_SERVICE
The name theRemotePeripheralService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_JOB_SERVICE
The name theRemotePeripheralJobService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_DISPATCHER_SERVICE
The name theRemotePeripheralDispatcherService
registers itself with a RMI registry.
-