|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXRemoteMessageTokenHelper
public final class FIXRemoteMessageTokenHelper
Helper class to get information out of a remote message token.
Usually application developers don't need this class.
| Field Summary | |
|---|---|
static long |
INVALID_TOKEN
Represents an invalid token |
static long |
NULL_TOKEN
Represents a null token |
| Constructor Summary | |
|---|---|
FIXRemoteMessageTokenHelper()
|
|
| Method Summary | |
|---|---|
static long |
getMessageToken(long remoteToken,
FIXEngine engine)
Gets the message token. |
static boolean |
isValid(long token)
Checks if the input token is valid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long INVALID_TOKEN
public static final long NULL_TOKEN
| Constructor Detail |
|---|
public FIXRemoteMessageTokenHelper()
| Method Detail |
|---|
public static boolean isValid(long token)
token - the token
public static long getMessageToken(long remoteToken,
FIXEngine engine)
remoteToken - the remote tokenengine - the FIX engine
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||