|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageTypes | |
---|---|
net.jolsrv2.constants | |
net.jolsrv2.data | |
net.jolsrv2.repository.processforward |
Uses of MessageTypes in net.jolsrv2.constants |
---|
Methods in net.jolsrv2.constants that return MessageTypes | |
---|---|
static MessageTypes |
MessageTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageTypes[] |
MessageTypes.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of MessageTypes in net.jolsrv2.data |
---|
Methods in net.jolsrv2.data that return MessageTypes | |
---|---|
MessageTypes |
Message.getType()
Returns the message type |
Methods in net.jolsrv2.data with parameters of type MessageTypes | |
---|---|
void |
Message.setType(MessageTypes type)
Sets the message type |
Uses of MessageTypes in net.jolsrv2.repository.processforward |
---|
Methods in net.jolsrv2.repository.processforward that return MessageTypes | |
---|---|
MessageTypes |
ReceivedTuple.getType()
Returns the message type |
MessageTypes |
ProcessedTuple.getType()
Returns the message type |
MessageTypes |
ForwardedTuple.getType()
Returns the message type |
Methods in net.jolsrv2.repository.processforward with parameters of type MessageTypes | |
---|---|
void |
ReceivedSet.addTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Adds a received tuple to the received tuple set |
void |
ProcessedSet.addTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Adds a tuple to the processed set |
void |
ForwardedSet.addTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Adds a forwarded tuple to the forwarded tuple set |
boolean |
ReceivedSet.contains(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber)
Checks if the received set contains a received tuple with having a certain message type, IP address and sequence number |
boolean |
ProcessedSet.contains(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber)
Checks if the processed set contains a processed tuple with a certain message type, IP address and sequence number |
boolean |
ForwardedSet.contains(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber)
Checks if the forwarded set contains a forwarded tuple with having a certain message type, IP address and sequence number |
Constructors in net.jolsrv2.repository.processforward with parameters of type MessageTypes | |
---|---|
ForwardedTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Constructor |
|
ProcessedTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Constructor |
|
ReceivedTuple(MessageTypes type,
java.net.InetAddress address,
int sequenceNumber,
long time)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |