|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use R66FiniteDualStates | |
---|---|
openr66.context | Classes implementing Session, Result and ErrorCode |
openr66.protocol.localhandler | Classes implementing LocalHandlers (real work) |
Uses of R66FiniteDualStates in openr66.context |
---|
Methods in openr66.context that return R66FiniteDualStates | |
---|---|
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. |
Methods in openr66.context that return types with arguments of type R66FiniteDualStates | |
---|---|
static goldengate.common.state.MachineState<R66FiniteDualStates> |
R66FiniteDualStates.newSessionMachineState()
|
Methods in openr66.context with parameters of type R66FiniteDualStates | |
---|---|
void |
R66Session.newState(R66FiniteDualStates desiredstate)
Propose a new State |
Method parameters in openr66.context with type arguments of type R66FiniteDualStates | |
---|---|
static void |
R66FiniteDualStates.endSessionMachineSate(goldengate.common.state.MachineState<R66FiniteDualStates> machine)
|
Uses of R66FiniteDualStates in openr66.protocol.localhandler |
---|
Methods in openr66.protocol.localhandler with parameters of type R66FiniteDualStates | |
---|---|
void |
LocalChannelReference.sessionNewState(R66FiniteDualStates desiredState)
Shortcut to set a new state in Session |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |