Package | Description |
---|---|
org.waarp.openr66.context |
Classes implementing Session, Result and ErrorCode
|
org.waarp.openr66.protocol.localhandler |
Classes implementing LocalHandlers (real work)
|
Modifier and Type | Method and Description |
---|---|
R66FiniteDualStates |
R66Session.getState() |
static R66FiniteDualStates |
R66FiniteDualStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R66FiniteDualStates[] |
R66FiniteDualStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MachineState<R66FiniteDualStates> |
R66FiniteDualStates.newSessionMachineState() |
Modifier and Type | Method and Description |
---|---|
void |
R66Session.newState(R66FiniteDualStates desiredstate)
Propose a new State
|
Modifier and Type | Method and Description |
---|---|
static void |
R66FiniteDualStates.endSessionMachineSate(MachineState<R66FiniteDualStates> machine) |
Modifier and Type | Method and Description |
---|---|
R66FiniteDualStates |
LocalChannelReference.getSessionState() |
Modifier and Type | Method and Description |
---|---|
void |
LocalChannelReference.sessionNewState(R66FiniteDualStates desiredState)
Shortcut to set a new state in Session
|
Copyright © 2009–2020 Waarp. All rights reserved.