Package | Description |
---|---|
oracle.jdeveloper.server.lifecycle.spi |
Modifier and Type | Method and Description |
---|---|
void |
Controller.doTransition(java.lang.Object targetStatus,
java.lang.Object errorStatus,
InstanceInfo instance,
Context context,
long timeout,
java.lang.Object memento)
Start, stop the server, or otherwise, bring it to requested status.
|
java.lang.Object |
Controller.getCurrentStatus(InstanceInfo instance,
java.lang.Object memento)
Get the latest status of the instance.
|