public class ISetBytes extends org.agilewiki.jactor.lpc.Request<Object,Collection>
Constructor and Description |
---|
ISetBytes(int i,
byte[] bytes)
Create the request
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Returns the serialized data.
|
int |
getI()
Returns the index of the desired 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 ISetBytes(int i, byte[] bytes)
i
- The index of the desired element.bytes
- Holds the serialized data.public int getI()
public byte[] getBytes()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType
in class org.agilewiki.jactor.lpc.Request<Object,Collection>
targetActor
- The actor to be called.public void processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor, org.agilewiki.jactor.RP rp) throws Exception
processRequest
in class org.agilewiki.jactor.lpc.Request<Object,Collection>
Exception
Copyright © 2013. All Rights Reserved.