|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMessage
IMessage interface - Represents the Message Header of the message protocol between and Client and Agent Controller or Agent Controller and Agent.
Message| Method Summary | |
|---|---|
int |
getSize()
Get the Size of the Message |
long |
getTicket()
Get the Ticket |
long |
getType()
Get the Message Type - Old RAC or New AC Message |
long |
getVersion()
Get Version |
int |
readFromBuffer(byte[] buffer,
int offset)
Read the message header from the input buffer |
void |
setTicket(long ticket)
Set the Ticket |
void |
setVersion(long version)
Set Version Number |
int |
writeToBuffer(byte[] buffer,
int offset)
Write the message header to the input buffer |
| Method Detail |
|---|
int getSize()
long getTicket()
long getType()
long getVersion()
void setTicket(long ticket)
void setVersion(long version)
int readFromBuffer(byte[] buffer,
int offset)
int writeToBuffer(byte[] buffer,
int offset)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||