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
Fields Modifier and Type Field Description static java.lang.String
REMOTE_DISPATCHER_SERVICE
The name theRemoteDispatcherService
registers itself with a RMI registry.static java.lang.String
REMOTE_KERNEL_CLIENT_PORTAL
The name theRemoteKernelServicePortal
registers itself with a RMI registry.static java.lang.String
REMOTE_NOTIFICATION_SERVICE
The name theRemoteNotificationService
registers itself with a RMI registry.static java.lang.String
REMOTE_PERIPHERAL_DISPATCHER_SERVICE
The name theRemotePeripheralDispatcherService
registers itself with a RMI registry.static java.lang.String
REMOTE_PERIPHERAL_JOB_SERVICE
The name theRemotePeripheralJobService
registers itself with a RMI registry.static java.lang.String
REMOTE_PERIPHERAL_SERVICE
The name theRemotePeripheralService
registers itself with a RMI registry.static java.lang.String
REMOTE_PLANT_MODEL_SERVICE
The name theRemotePlantModelService
registers itself with a RMI registry.static java.lang.String
REMOTE_QUERY_SERVICE
The name theRemoteQueryService
registers itself with a RMI registry.static java.lang.String
REMOTE_ROUTER_SERVICE
The name theRemoteRouterService
registers itself with a RMI registry.static java.lang.String
REMOTE_SCHEDULER_SERVICE
Deprecated.static java.lang.String
REMOTE_TRANSPORT_ORDER_SERVICE
The name theRemoteTransportOrderService
registers itself with a RMI registry.static java.lang.String
REMOTE_VEHICLE_SERVICE
The name theRemoteVehicleService
registers itself with a RMI registry.
-
Field Details
-
REMOTE_KERNEL_CLIENT_PORTAL
static final java.lang.String REMOTE_KERNEL_CLIENT_PORTALThe name theRemoteKernelServicePortal
registers itself with a RMI registry. -
REMOTE_PLANT_MODEL_SERVICE
static final java.lang.String REMOTE_PLANT_MODEL_SERVICEThe name theRemotePlantModelService
registers itself with a RMI registry. -
REMOTE_TRANSPORT_ORDER_SERVICE
static final java.lang.String REMOTE_TRANSPORT_ORDER_SERVICEThe name theRemoteTransportOrderService
registers itself with a RMI registry. -
REMOTE_VEHICLE_SERVICE
static final java.lang.String REMOTE_VEHICLE_SERVICEThe name theRemoteVehicleService
registers itself with a RMI registry. -
REMOTE_NOTIFICATION_SERVICE
static final java.lang.String REMOTE_NOTIFICATION_SERVICEThe name theRemoteNotificationService
registers itself with a RMI registry. -
REMOTE_ROUTER_SERVICE
static final java.lang.String REMOTE_ROUTER_SERVICEThe name theRemoteRouterService
registers itself with a RMI registry. -
REMOTE_DISPATCHER_SERVICE
static final java.lang.String REMOTE_DISPATCHER_SERVICEThe name theRemoteDispatcherService
registers itself with a RMI registry. -
REMOTE_SCHEDULER_SERVICE
@Deprecated static final java.lang.String REMOTE_SCHEDULER_SERVICEDeprecated.The name theRemoteSchedulerService
registers itself with a RMI registry. -
REMOTE_QUERY_SERVICE
static final java.lang.String REMOTE_QUERY_SERVICEThe name theRemoteQueryService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_SERVICEThe name theRemotePeripheralService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_JOB_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_JOB_SERVICEThe name theRemotePeripheralJobService
registers itself with a RMI registry. -
REMOTE_PERIPHERAL_DISPATCHER_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_DISPATCHER_SERVICEThe name theRemotePeripheralDispatcherService
registers itself with a RMI registry.
-