| Constructor and Description |
|---|
IAddBytes(int i,
byte[] bytes)
Create the request.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Returns the serialized data.
|
int |
getI()
Returns the insertion index of the new element.
|
boolean |
isTargetType(org.agilewiki.jactor.Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor,
org.agilewiki.jactor.RP rp) |
public IAddBytes(int i,
byte[] bytes)
i - The insertion index of the new element.bytes - Holds the serialized data.public int getI()
public byte[] getBytes()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
Copyright © 2013. All Rights Reserved.