|
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 IControlMessage
Interface for batching commands into a single context
| Method Summary | |
|---|---|
void |
appendCommand(org.eclipse.tptp.platform.execution.util.ICommandElement command)
Append the passed command to the command list |
org.eclipse.tptp.platform.execution.util.ICommandElement |
getCommand(int offset)
Get the command at the offset specified |
int |
getCommandCount()
Get the command count |
TPTPString |
getKey()
Get the Key |
long |
getLength()
Get the message length |
int |
getSize()
Get message size |
int |
readFromBuffer(byte[] buffer,
int offset)
Read from the buffer |
void |
setKey(TPTPString key)
Set the Key |
int |
writeToBuffer(byte[] buffer,
int offset)
Write to Buffer |
| Methods inherited from interface org.eclipse.tptp.platform.execution.util.internal.IMessage |
|---|
getTicket, getType, getVersion, setTicket, setVersion |
| Method Detail |
|---|
void appendCommand(org.eclipse.tptp.platform.execution.util.ICommandElement command)
org.eclipse.tptp.platform.execution.util.ICommandElement getCommand(int offset)
int getCommandCount()
TPTPString getKey()
void setKey(TPTPString key)
long getLength()
int getSize()
getSize in interface IMessage
int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in interface IMessage
int writeToBuffer(byte[] buffer,
int offset)
writeToBuffer in interface IMessage
|
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 | ||||||||