public class TestRequestorContext
extends statemap.FSMContext7
| Modifier and Type | Field and Description |
|---|---|
static int |
Cancel_Failed_STATE_ID |
static int |
Cancel_TestStart_STATE_ID |
static int |
Close_Failed_STATE_ID |
static int |
Close_TestStart_STATE_ID |
static int |
DoNothing_TestStart_STATE_ID |
static int |
ErrorReply_Failed_STATE_ID |
static int |
ErrorReply_TestStart_STATE_ID |
static int |
ErrorReply_WaitForReply_STATE_ID |
static int |
NoReplier_TestStart_STATE_ID |
static int |
NoTest_TestDone_STATE_ID |
static int |
OKReply_Failed_STATE_ID |
static int |
OKReply_TestStart_STATE_ID |
static int |
OKReply_WaitForReply_STATE_ID |
static int |
RejectReply_Failed_STATE_ID |
static int |
RejectReply_TestStart_STATE_ID |
static int |
RejectReply_WaitForReply_STATE_ID |
| Constructor and Description |
|---|
TestRequestorContext(TestRequestor owner) |
TestRequestorContext(TestRequestor owner,
int initStateId) |
TestRequestorContext(TestRequestor owner,
statemap.State7 initState) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
void |
cancelReply(ERequestFeed.RequestState reqState) |
protected void |
executeAction(MethodHandle mh) |
void |
modifyOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
void |
newOrderReply(EReplyMessage.ReplyStatus status,
String reason,
EReplyMessage msg) |
void |
noMoreReplies() |
void |
sendRequest(Side side,
int qty) |
void |
testError(Throwable t) |
void |
unknownRequest() |
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 DoNothing_TestStart_STATE_ID
public static final int NoReplier_TestStart_STATE_ID
public static final int ErrorReply_TestStart_STATE_ID
public static final int ErrorReply_WaitForReply_STATE_ID
public static final int ErrorReply_Failed_STATE_ID
public static final int RejectReply_TestStart_STATE_ID
public static final int RejectReply_WaitForReply_STATE_ID
public static final int RejectReply_Failed_STATE_ID
public static final int OKReply_TestStart_STATE_ID
public static final int OKReply_WaitForReply_STATE_ID
public static final int OKReply_Failed_STATE_ID
public static final int Cancel_TestStart_STATE_ID
public static final int Cancel_Failed_STATE_ID
public static final int Close_TestStart_STATE_ID
public static final int Close_Failed_STATE_ID
public TestRequestorContext(TestRequestor owner)
public TestRequestorContext(TestRequestor owner,
int initStateId)
public TestRequestorContext(TestRequestor owner,
statemap.State7 initState)
protected void executeAction(MethodHandle mh)
executeAction in class statemap.FSMContext7public void cancelOrderReply(EReplyMessage.ReplyStatus status, String reason, EReplyMessage msg)
public void cancelReply(ERequestFeed.RequestState reqState)
public void modifyOrderReply(EReplyMessage.ReplyStatus status, String reason, EReplyMessage msg)
public void newOrderReply(EReplyMessage.ReplyStatus status, String reason, EReplyMessage msg)
public void noMoreReplies()
public void sendRequest(Side side,
int qty)
public void testError(Throwable t)
public void unknownRequest()
Copyright © 2019. All rights reserved.