public interface IManagable extends IConfigurable
Modifier and Type | Method and Description |
---|---|
RunState |
getRunState()
returns the runstate of the object.
|
void |
startRunning()
Instruct the object that implements
IManagable to start working. |
void |
stopRunning()
Instruct the object that implements
IManagable to stop working. |
configure
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
RunState getRunState()
RunState
.@JmxOperation(description="Start the Adapter") void startRunning()
IManagable
to start working.
The method does not wait for completion of the command; at return of this
method, the object might be still in the STARTING-runstate@JmxOperation(description="Stop the Adapter") void stopRunning()
IManagable
to stop working.
The method does not wait for completion of the command; at return of this
method, the object might be still in the STOPPING-runstateCopyright © 2023 Frank!Framework. All rights reserved.