|
TPTP 4.6.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
org.eclipse.hyades.internal.execution.local.common.SimpleAgentInfoCommand
org.eclipse.hyades.internal.execution.local.common.CustomCommand
public class CustomCommand
Insert the type's description here. Creation date: (9/12/00 2:35:40 PM)
| Field Summary | |
|---|---|
protected RABinaryArray |
_binaryData
|
protected RAString |
_data
|
static java.lang.String |
ENCODING
|
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.SimpleAgentInfoCommand |
|---|
_agentName |
| Fields inherited from class org.eclipse.hyades.internal.execution.local.common.CommandElement |
|---|
_context, _tag |
| Constructor Summary | |
|---|---|
CustomCommand()
CustomCommand constructor comment. |
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Insert the method's description here. |
byte[] |
getDataBinary()
|
int |
getSize()
getSize method comment. |
int |
readFromBuffer(byte[] buffer,
int offset)
readFromBuffer method comment. |
void |
setData(byte[] data)
|
void |
setData(java.lang.String data)
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.SimpleAgentInfoCommand |
|---|
getAgentName, setAgentName |
| Methods inherited from class org.eclipse.hyades.internal.execution.local.common.SimpleProcessCommand |
|---|
getProcessId, setProcessId |
| 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 |
| Field Detail |
|---|
public static final java.lang.String ENCODING
protected RAString _data
protected RABinaryArray _binaryData
| Constructor Detail |
|---|
public CustomCommand()
| Method Detail |
|---|
public java.lang.String getData()
public byte[] getDataBinary()
public int getSize()
getSize in class SimpleAgentInfoCommand
public int readFromBuffer(byte[] buffer,
int offset)
readFromBuffer in class SimpleAgentInfoCommandbuffer - byte[]offset - Start position for reading
public void setData(java.lang.String data)
data - java.lang.Stringpublic void setData(byte[] data)
public int writeToBuffer(byte[] buffer,
int offset)
writeToBuffer in class SimpleAgentInfoCommandbuffer - byte[]offset - int
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||