Package org.opentcs.access.rmi.services
Interface RegistrationName
public interface RegistrationName
Defines the names used for binding the remote services in the RMI registry.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name theRemoteDispatcherServiceregisters itself with a RMI registry.static final StringThe name theRemoteKernelServicePortalregisters itself with a RMI registry.static final StringThe name theRemoteNotificationServiceregisters itself with a RMI registry.static final StringThe name theRemotePeripheralDispatcherServiceregisters itself with a RMI registry.static final StringThe name theRemotePeripheralJobServiceregisters itself with a RMI registry.static final StringThe name theRemotePeripheralServiceregisters itself with a RMI registry.static final StringThe name theRemotePlantModelServiceregisters itself with a RMI registry.static final StringThe name theRemoteQueryServiceregisters itself with a RMI registry.static final StringThe name theRemoteRouterServiceregisters itself with a RMI registry.static final StringThe name theRemoteTransportOrderServiceregisters itself with a RMI registry.static final StringThe name theRemoteVehicleServiceregisters itself with a RMI registry.
-
Field Details
-
REMOTE_KERNEL_CLIENT_PORTAL
The name theRemoteKernelServicePortalregisters itself with a RMI registry. -
REMOTE_PLANT_MODEL_SERVICE
The name theRemotePlantModelServiceregisters itself with a RMI registry. -
REMOTE_TRANSPORT_ORDER_SERVICE
The name theRemoteTransportOrderServiceregisters itself with a RMI registry. -
REMOTE_VEHICLE_SERVICE
The name theRemoteVehicleServiceregisters itself with a RMI registry. -
REMOTE_NOTIFICATION_SERVICE
The name theRemoteNotificationServiceregisters itself with a RMI registry. -
REMOTE_ROUTER_SERVICE
The name theRemoteRouterServiceregisters itself with a RMI registry. -
REMOTE_DISPATCHER_SERVICE
The name theRemoteDispatcherServiceregisters itself with a RMI registry. -
REMOTE_QUERY_SERVICE
The name theRemoteQueryServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_SERVICE
The name theRemotePeripheralServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_JOB_SERVICE
The name theRemotePeripheralJobServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_DISPATCHER_SERVICE
The name theRemotePeripheralDispatcherServiceregisters itself with a RMI registry.
-