|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimonState | |
|---|---|
| org.javasimon | Core package, contains Simon implementations, with
the SimonManager as the center point of the API. |
| Uses of SimonState in org.javasimon |
|---|
| Fields in org.javasimon declared as SimonState | |
|---|---|
private SimonState |
SimonConfiguration.state
|
private SimonState |
AbstractSimon.state
|
| Methods in org.javasimon that return SimonState | |
|---|---|
SimonState |
SimonConfiguration.getState()
Returns Simon state for this configuration item. |
SimonState |
Simon.getState()
Returns state of the Simon that can be enabled, disabled or ihnerited. |
SimonState |
NullSimon.getState()
|
SimonState |
AbstractSimon.getState()
|
static SimonState |
SimonState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimonState[] |
SimonState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.javasimon with parameters of type SimonState | |
|---|---|
void |
Simon.setState(SimonState state,
boolean overrule)
Sets the state of the Simon. |
void |
NullSimon.setState(SimonState state,
boolean overrule)
|
void |
AbstractSimon.setState(SimonState state,
boolean overrule)
Sets the state of the Simon. |
| Constructors in org.javasimon with parameters of type SimonState | |
|---|---|
SimonConfiguration(SimonState state)
Creates SimonConfiguration item. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||