|
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 | ||||||||
java.lang.Objectorg.eclipse.hyades.internal.execution.local.common.CommandElement
org.eclipse.hyades.internal.execution.local.common.SimpleProcessCommand
public abstract class SimpleProcessCommand
Insert the type's description here. Creation date: (9/11/00 10:31:23 PM)
| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
SimpleProcessCommand()
SimpleProcessCommand constructor comment. |
|
| Method Summary | |
|---|---|
long |
getProcessId()
Insert the method's description here. |
int |
getSize()
getSize method comment. |
int |
readFromBuffer(byte[] buffer,
int offset)
readFromBuffer method comment. |
void |
setProcessId(long pid)
Insert the method's description here. |
int |
writeToBuffer(byte[] buffer,
int offset)
writeToBuffer method comment. |
| Methods inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
getContext, getTag, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleProcessCommand()
| Method Detail |
|---|
public long getProcessId()
public int getSize()
getSize in class CommandElement
public int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
public void setProcessId(long pid)
new_pid - long
public int writeToBuffer(byte[] buffer,
int offset)
writeToBuffer in class CommandElementbuffer - Buffer containing serialized commandoffset - Start position for reading
|
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 | ||||||||