Package | Description |
---|---|
com.ergotech.secs | |
com.ergotech.secs.gem |
Modifier and Type | Class and Description |
---|---|
class |
MessageVerifierOneItem
This object will verify that a message is allowed when the OnlineHandler is
in ONLINE/LOCAL mode.
|
Modifier and Type | Method and Description |
---|---|
static MessageVerifier |
MessageVerifier.getDefault() |
Modifier and Type | Method and Description |
---|---|
void |
OnlineHandler.registerIncomingMsg(int state,
java.lang.String msg,
MessageVerifier verifier)
All messages registered will be halted when the machine is in the state
provided.
|
void |
OnlineHandler.registerIncomingOnlineLocalMsg(java.lang.String msg,
MessageVerifier verifier)
All messages registered will be halted when the machine is in online-local
mode.
|
void |
OnlineHandler.registerOutgoingMsg(int state,
java.lang.String msg,
MessageVerifier verifier)
All messages registered will be halted when the machine is in the state
provided.
|
void |
OnlineHandler.registerOutgoingOnlineLocalMsg(java.lang.String msg,
MessageVerifier verifier)
All messages registered will be halted when the machine is in online-local
mode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OnlineHandler.sendingAllowed(SecsMsg msg,
java.util.Map<java.lang.String,MessageVerifier> verifiers)
This will return true if the msg is allowed to be sent while in local_online mode.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.