| Package | Description |
|---|---|
| org.glassfish.appclient.server.core.jws |
| Modifier and Type | Method and Description |
|---|---|
static JavaWebStartState.Action |
JavaWebStartState.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaWebStartState.Action[] |
JavaWebStartState.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaWebStartState.transition(JavaWebStartState.Action action,
Runnable task)
Records a transition to the new state that is implied by the current
state and the specified action,
executing the associated task as part of the transition (if the
transition is valid).
|
Copyright © 2019. All rights reserved.