|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleState | |
|---|---|
| com.caucho.env.deploy | |
| com.caucho.env.health | |
| com.caucho.env.shutdown | |
| com.caucho.health.predicate | |
| com.caucho.lifecycle | |
| com.caucho.server.host | |
| com.caucho.server.resin | |
| Uses of LifecycleState in com.caucho.env.deploy |
|---|
| Methods in com.caucho.env.deploy that return LifecycleState | |
|---|---|
LifecycleState |
DeployController.getState()
Returns the state name. |
LifecycleState |
DeployControllerApi.getState()
Returns the state name. |
| Methods in com.caucho.env.deploy with parameters of type LifecycleState | |
|---|---|
void |
DeployControllerAdmin.lifecycleEvent(LifecycleState oldState,
LifecycleState newState)
|
| Uses of LifecycleState in com.caucho.env.health |
|---|
| Methods in com.caucho.env.health that return LifecycleState | |
|---|---|
LifecycleState |
HealthService.getLifecycleState()
|
| Uses of LifecycleState in com.caucho.env.shutdown |
|---|
| Methods in com.caucho.env.shutdown that return LifecycleState | |
|---|---|
LifecycleState |
ShutdownSystem.getLifecycleState()
Returns the current lifecycle state. |
| Uses of LifecycleState in com.caucho.health.predicate |
|---|
| Methods in com.caucho.health.predicate with parameters of type LifecycleState | |
|---|---|
abstract boolean |
LifecyclePredicate.isMatch(HealthService healthService,
LifecycleState oldState,
LifecycleState newState)
|
void |
LifecyclePredicate.lifecycleEvent(LifecycleState oldState,
LifecycleState newState)
|
| Uses of LifecycleState in com.caucho.lifecycle |
|---|
| Methods in com.caucho.lifecycle that return LifecycleState | |
|---|---|
LifecycleState |
Lifecycle.getState()
|
static LifecycleState |
LifecycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.caucho.lifecycle with parameters of type LifecycleState | |
|---|---|
void |
LifecycleListener.lifecycleEvent(LifecycleState oldState,
LifecycleState newState)
|
| Uses of LifecycleState in com.caucho.server.host |
|---|
| Methods in com.caucho.server.host that return LifecycleState | |
|---|---|
LifecycleState |
Host.getState()
|
| Uses of LifecycleState in com.caucho.server.resin |
|---|
| Methods in com.caucho.server.resin that return LifecycleState | |
|---|---|
LifecycleState |
Resin.getLifecycleState()
Returns the current lifecycle state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||