public interface Manageable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFailed()
Informs whether this managed entity failed.
|
boolean |
isNew()
Informs whether this managed entity is new.
|
boolean |
isRunning()
Informs whether this managed entity is running.
|
boolean |
isStarting()
Informs whether this managed entity is starting.
|
boolean |
isStopping()
Informs whether this managed entity is stopping.
|
boolean |
isTerminated()
Informs whether this managed entity is terminated.
|
void |
shutdown()
Shuts down this managed entity.
|
void |
startup()
Starts up this managed entity.
|
void startup()
void shutdown()
boolean isNew()
true if this managed entity is new.boolean isStarting()
true if this managed entity is starting.boolean isRunning()
true if this managed entity is running.boolean isStopping()
true if this managed entity is stopping.boolean isTerminated()
true if this managed entity is terminated.boolean isFailed()
true if this managed entity failed.Copyright © 2016–2020 Softelnet. All rights reserved.