Package org.opentcs.access
Schnittstelle SharedKernelServicePortal
- Alle Superschnittstellen:
AutoCloseable
Provides access to a shared
KernelServicePortal
instance.-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
Returns theKernelServicePortal
instance being shared.boolean
isClosed()
Indicates whether this instance is closed/unregistered from the shared portal pool.
-
Methodendetails
-
close
void close()- Angegeben von:
close
in SchnittstelleAutoCloseable
-
isClosed
boolean isClosed()Indicates whether this instance is closed/unregistered from the shared portal pool.- Gibt zurück:
true
if, and only if, this instance is closed.
-
getPortal
Returns theKernelServicePortal
instance being shared.- Gibt zurück:
- The portal instance being shared.
- Löst aus:
IllegalStateException
- If this instance is closed.
-