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.StringREMOTE_DISPATCHER_SERVICEThe name theRemoteDispatcherServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_KERNEL_CLIENT_PORTALThe name theRemoteKernelServicePortalregisters itself with a RMI registry.static java.lang.StringREMOTE_NOTIFICATION_SERVICEThe name theRemoteNotificationServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_PERIPHERAL_DISPATCHER_SERVICEThe name theRemotePeripheralDispatcherServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_PERIPHERAL_JOB_SERVICEThe name theRemotePeripheralJobServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_PERIPHERAL_SERVICEThe name theRemotePeripheralServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_PLANT_MODEL_SERVICEThe name theRemotePlantModelServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_QUERY_SERVICEThe name theRemoteQueryServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_ROUTER_SERVICEThe name theRemoteRouterServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_SCHEDULER_SERVICEThe name theRemoteSchedulerServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_TRANSPORT_ORDER_SERVICEThe name theRemoteTransportOrderServiceregisters itself with a RMI registry.static java.lang.StringREMOTE_VEHICLE_SERVICEThe name theRemoteVehicleServiceregisters itself with a RMI registry.
-
Field Details
-
REMOTE_KERNEL_CLIENT_PORTAL
static final java.lang.String REMOTE_KERNEL_CLIENT_PORTALThe name theRemoteKernelServicePortalregisters itself with a RMI registry. -
REMOTE_PLANT_MODEL_SERVICE
static final java.lang.String REMOTE_PLANT_MODEL_SERVICEThe name theRemotePlantModelServiceregisters itself with a RMI registry. -
REMOTE_TRANSPORT_ORDER_SERVICE
static final java.lang.String REMOTE_TRANSPORT_ORDER_SERVICEThe name theRemoteTransportOrderServiceregisters itself with a RMI registry. -
REMOTE_VEHICLE_SERVICE
static final java.lang.String REMOTE_VEHICLE_SERVICEThe name theRemoteVehicleServiceregisters itself with a RMI registry. -
REMOTE_NOTIFICATION_SERVICE
static final java.lang.String REMOTE_NOTIFICATION_SERVICEThe name theRemoteNotificationServiceregisters itself with a RMI registry. -
REMOTE_ROUTER_SERVICE
static final java.lang.String REMOTE_ROUTER_SERVICEThe name theRemoteRouterServiceregisters itself with a RMI registry. -
REMOTE_DISPATCHER_SERVICE
static final java.lang.String REMOTE_DISPATCHER_SERVICEThe name theRemoteDispatcherServiceregisters itself with a RMI registry. -
REMOTE_SCHEDULER_SERVICE
static final java.lang.String REMOTE_SCHEDULER_SERVICEThe name theRemoteSchedulerServiceregisters itself with a RMI registry. -
REMOTE_QUERY_SERVICE
static final java.lang.String REMOTE_QUERY_SERVICEThe name theRemoteQueryServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_SERVICEThe name theRemotePeripheralServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_JOB_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_JOB_SERVICEThe name theRemotePeripheralJobServiceregisters itself with a RMI registry. -
REMOTE_PERIPHERAL_DISPATCHER_SERVICE
static final java.lang.String REMOTE_PERIPHERAL_DISPATCHER_SERVICEThe name theRemotePeripheralDispatcherServiceregisters itself with a RMI registry.
-