public class TestReplierContext
extends statemap.FSMContext7
| Modifier and Type | Field and Description |
|---|---|
static int |
Cancel_NewPending_STATE_ID |
static int |
Cancel_TestStart_STATE_ID |
static int |
Close_NewPending_STATE_ID |
static int |
Close_TestStart_STATE_ID |
static int |
ErrorReply_TestStart_STATE_ID |
static int |
FeedDown_TestStart_STATE_ID |
static int |
MultiReply_Booked_STATE_ID |
static int |
MultiReply_NewPending_STATE_ID |
static int |
MultiReply_TestStart_STATE_ID |
static int |
NoTest_TestDone_STATE_ID |
static int |
OKReply_NewPending_STATE_ID |
static int |
OKReply_TestStart_STATE_ID |
static int |
RejectReply_NewPending_STATE_ID |
static int |
RejectReply_TestStart_STATE_ID |
| Constructor and Description |
|---|
TestReplierContext(TestReplier owner) |
TestReplierContext(TestReplier owner,
int initStateId) |
TestReplierContext(TestReplier owner,
statemap.State7 initState) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRequest() |
protected void |
executeAction(MethodHandle mh) |
void |
request(EReplyFeed.ERequest request,
String subject,
ERequestMessage msg) |
void |
testError(Throwable t) |
void |
timeout() |
addStateChangeListener, clearState, defaultTransition, emptyStateStack, enterStartState, enterState, exitState, getDebugFlag, getDebugStream, getName, getPreviousState, getState, getTransition, isInTransition, lookupMethod, lookupTransition, popState, pushState, removeStateChangeListener, setDebugFlag, setDebugStream, setName, setState, stateNamepublic static final int NoTest_TestDone_STATE_ID
public static final int ErrorReply_TestStart_STATE_ID
public static final int FeedDown_TestStart_STATE_ID
public static final int RejectReply_TestStart_STATE_ID
public static final int RejectReply_NewPending_STATE_ID
public static final int OKReply_TestStart_STATE_ID
public static final int OKReply_NewPending_STATE_ID
public static final int MultiReply_TestStart_STATE_ID
public static final int MultiReply_NewPending_STATE_ID
public static final int MultiReply_Booked_STATE_ID
public static final int Cancel_TestStart_STATE_ID
public static final int Cancel_NewPending_STATE_ID
public static final int Close_TestStart_STATE_ID
public static final int Close_NewPending_STATE_ID
public TestReplierContext(TestReplier owner)
public TestReplierContext(TestReplier owner,
int initStateId)
public TestReplierContext(TestReplier owner,
statemap.State7 initState)
protected void executeAction(MethodHandle mh)
executeAction in class statemap.FSMContext7public void cancelRequest()
public void request(EReplyFeed.ERequest request, String subject, ERequestMessage msg)
public void testError(Throwable t)
public void timeout()
Copyright © 2019. All rights reserved.