|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.execution.local.common.Message
| Field Summary | |
|---|---|
protected long |
_ticket
|
protected long |
_type
|
protected long |
_version
|
| Constructor Summary | |
|---|---|
Message()
|
|
| Method Summary | |
|---|---|
int |
getSize()
Insert the method's description here. |
long |
getTicket()
Insert the method's description here. |
long |
getType()
Insert the method's description here. |
long |
getVersion()
Insert the method's description here. |
int |
readFromBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
static int |
readRABinaryArrayFromBuffer(byte[] buffer,
int offset,
RABinaryArray raarray)
|
static int |
readRAInetAddressFromBuffer(byte[] buffer,
int offset,
RAInetAddress ipaddr)
|
static long |
readRALongFromBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
static int |
readRAStringFromBuffer(byte[] buffer,
int offset,
RAString rastring)
Insert the method's description here. |
void |
setTicket(long ticket)
Insert the method's description here. |
void |
setVersion(long version)
Insert the method's description here. |
static int |
writeRABinaryArrayToBuffer(byte[] buffer,
int offset,
RABinaryArray raarray)
|
static int |
writeRAInetAddressToBuffer(byte[] buffer,
int offset,
RAInetAddress addr)
|
static int |
writeRALongToBuffer(byte[] buffer,
int offset,
long ralong)
Insert the method's description here. |
static int |
writeRAStringToBuffer(byte[] buffer,
int offset,
RAString rastring)
Insert the method's description here. |
int |
writeToBuffer(byte[] buffer,
int offset)
Insert the method's description here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long _version
protected long _type
protected long _ticket
| Constructor Detail |
public Message()
| Method Detail |
public int getSize()
public long getTicket()
public long getType()
public long getVersion()
public int readFromBuffer(byte[] buffer,
int offset)
buffer - byte[]
public static long readRALongFromBuffer(byte[] buffer,
int offset)
buffer - byte[]offset - int
public static int readRAStringFromBuffer(byte[] buffer,
int offset,
RAString rastring)
buffer - byte[]offset - int
public static int readRABinaryArrayFromBuffer(byte[] buffer,
int offset,
RABinaryArray raarray)
public static int readRAInetAddressFromBuffer(byte[] buffer,
int offset,
RAInetAddress ipaddr)
public void setTicket(long ticket)
ticket - java.lang.Longpublic void setVersion(long version)
version - long
public static int writeRALongToBuffer(byte[] buffer,
int offset,
long ralong)
buffer - byte[]offset - int
public static int writeRAStringToBuffer(byte[] buffer,
int offset,
RAString rastring)
buffer - byte[]offset - int
public static int writeRABinaryArrayToBuffer(byte[] buffer,
int offset,
RABinaryArray raarray)
public static int writeRAInetAddressToBuffer(byte[] buffer,
int offset,
RAInetAddress addr)
public int writeToBuffer(byte[] buffer,
int offset)
buffer - byte[]
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||