Package org.opentcs.components
Schnittstelle Lifecycle
- Alle bekannten Unterschnittstellen:
Dispatcher
,KernelExtension
,LocalKernel
,PeripheralCommAdapter
,PeripheralCommAdapterFactory
,PeripheralCommAdapterPanelFactory
,PeripheralController
,PeripheralJobDispatcher
,Router
,Scheduler
,Scheduler.Module
,SimVehicleCommAdapter
,VehicleCommAdapter
,VehicleCommAdapterFactory
,VehicleCommAdapterPanelFactory
,VehicleController
- Alle bekannten Implementierungsklassen:
BasicPeripheralCommAdapter
,BasicVehicleCommAdapter
,ControlCenterPanel
,PluggablePanel
public interface Lifecycle
Defines methods for controlling a generic component's lifecycle.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
(Re-)Initializes this component before it is being used.boolean
Checks whether this component is initialized.void
Terminates the instance and frees resources.
-
Methodendetails
-
initialize
void initialize()(Re-)Initializes this component before it is being used. -
isInitialized
boolean isInitialized()Checks whether this component is initialized.- Gibt zurück:
true
if, and only if, this component is initialized.
-
terminate
void terminate()Terminates the instance and frees resources.
-