|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
org.xnap.plugin.joscar | |
org.xnap.plugin.opennap.net | Provides the OpenNap network communication classes for search, transfer and chat. |
org.xnap.plugin.overnet.net | |
org.xnap.util | Provides common utility and preferences classes. |
Uses of State in org.xnap.plugin.joscar |
---|
Methods in org.xnap.plugin.joscar that return State | |
---|---|
State |
JOscarConnection.getState()
|
Uses of State in org.xnap.plugin.opennap.net |
---|
Fields in org.xnap.plugin.opennap.net declared as State | |
---|---|
static State |
OpenNapDownload.AQUIRING_SLOT
Operation has been aborted. |
Methods in org.xnap.plugin.opennap.net with parameters of type State | |
---|---|
void |
OpenNapServerRunner.die(State newState,
java.lang.String description)
|
Uses of State in org.xnap.plugin.overnet.net |
---|
Methods in org.xnap.plugin.overnet.net that return State | |
---|---|
State |
OvernetCore.getState()
|
Uses of State in org.xnap.util |
---|
Fields in org.xnap.util declared as State | |
---|---|
static State |
State.ABORTED
Operation has been aborted. |
static State |
State.ABORTING
An abort is in progress. |
static State |
State.CONNECTED
Connect was successful. |
static State |
State.CONNECTING
Connect is in progress. |
static State |
State.DELETED
Object was deleted. |
static State |
State.DISCONNECTED
Disconnect was successful. |
static State |
State.DISCONNECTING
Disconnect is in progress. |
static State |
State.DOWNLOADING
Download in progress. |
static State |
State.ERROR
An unrecoverable error has occured. |
static State |
State.FAILED
Operation has failed. |
static State |
State.FINISHED
Operation is finished. |
static State |
State.LOCALLY_QUEUED
Object has been locally queued. |
static State |
State.NOT_STARTED
Operation has not started, yet. |
static State |
State.REQUESTING
Object has requested an operation. |
static State |
State.RUNNING
Something is going on. |
static State |
State.SEARCHING
Search is in progress. |
static State |
State.STOPPED
Operation has been stopped. |
static State |
State.STOPPING
A stop operation is in progress . |
static State |
State.SUCCEEDED
Operation was successful. |
static State |
State.UPLOADING
Upload in progress. |
static State |
State.WAITING
Waiting for something. |
Methods in org.xnap.util that return State | |
---|---|
State |
AbstractStateMachine.getState()
|
Methods in org.xnap.util with parameters of type State | |
---|---|
protected abstract void |
AbstractStateMachine.canChange(State currentState,
State newState)
Invoked when a state transition is attempted. |
protected void |
FiniteStateMachine.canChange(State oldState,
State newState)
|
static java.util.Hashtable |
FiniteStateMachine.createStateTable(State[][] table)
|
void |
FiniteStateMachine.putState(State state,
java.util.HashSet successors)
|
void |
AbstractStateMachine.setState(State newState)
|
void |
AbstractStateMachine.setState(State newState,
java.lang.String description)
|
protected abstract void |
AbstractStateMachine.stateChanged(State oldState,
State newState)
Invoked when the state has changed. |
protected void |
FiniteStateMachine.stateChanged(State oldState,
State newState)
Does nothing. |
protected void |
FiniteStateMachine.stateChangedFailed(State oldState,
State newState)
Throws an IllegalOperationException. |
Constructors in org.xnap.util with parameters of type State | |
---|---|
AbstractStateMachine(State initialState)
|
|
FiniteStateMachine(State initialState)
|
|
FiniteStateMachine(State initialState,
java.util.Hashtable successorsByState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |