Package | Description |
---|---|
org.glassfish.tools.ide.server.state |
Modifier and Type | Field and Description |
---|---|
private static StatusJobState[][] |
StatusJob.commandTransition
State transition depending on administrator command execution result.
|
private static StatusJobState[][] |
StatusJob.portCheckTransition
State transition depending on administrator port check result .
|
private StatusJobState |
StatusJob.state
Server status job internal state.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,StatusJobState> |
StatusJobState.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
(package private) StatusJobState |
StatusJob.getState()
Get server status job internal state.
|
static StatusJobState |
StatusJobState.toValue(String name)
Returns a
GlassFishStatus with a value represented by the
specified String . |
static StatusJobState |
StatusJobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusJobState[] |
StatusJobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static long |
StatusScheduler.selectDelay(StatusJobState state)
Select tasks execution delay depending on current job internal state.
|
private static long |
StatusScheduler.selectInitialDelay(StatusJobState state)
Select tasks execution initial delay depending on current job internal
state.
|
(package private) void |
StatusJob.setState(StatusJobState state)
Get server status job internal state.
|
Copyright © 2013. All Rights Reserved.