public class AgentManagerController extends Object implements AgentManager, org.openbase.jul.iface.Launchable<Void>, org.openbase.jul.iface.VoidInitializable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AgentManagerController() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
static AgentManagerController |
getInstance() |
void |
init() |
boolean |
isActive() |
void |
shutdown() |
void |
waitForInit(long timeout,
TimeUnit timeUnit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AgentManagerController()
throws org.openbase.jul.exception.InstantiationException,
InterruptedException
org.openbase.jul.exception.InstantiationExceptionInterruptedExceptionpublic static AgentManagerController getInstance() throws org.openbase.jul.exception.NotAvailableException
org.openbase.jul.exception.NotAvailableExceptionpublic void init()
throws org.openbase.jul.exception.InitializationException,
InterruptedException
init in interface org.openbase.jul.iface.DefaultInitializableinit in interface org.openbase.jul.iface.DefaultInitializableImpl<Void>org.openbase.jul.exception.InitializationExceptionInterruptedExceptionpublic void activate()
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
activate in interface org.openbase.jul.iface.Activatableorg.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic boolean isActive()
isActive in interface org.openbase.jul.iface.Activatablepublic void deactivate()
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
deactivate in interface org.openbase.jul.iface.Activatableorg.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionpublic void shutdown()
shutdown in interface org.openbase.jul.iface.Manageable<Void>shutdown in interface org.openbase.jul.iface.Shutdownablepublic void waitForInit(long timeout,
TimeUnit timeUnit)
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException
waitForInit in interface AgentManagerorg.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionCopyright © 2015–2017 openbase.org. All rights reserved.