public class IGet extends org.agilewiki.jactor.lpc.Request<org.agilewiki.jactor.Actor,Collection>
| Constructor and Description |
|---|
IGet(int i)
Create the request.
|
| Modifier and Type | Method and Description |
|---|---|
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 IGet(int i)
i - The index of the desired element.
If negative, the index used is increased by the size of the collection,
so that -1 returns the last element.public int getI()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType in class org.agilewiki.jactor.lpc.Request<org.agilewiki.jactor.Actor,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<org.agilewiki.jactor.Actor,Collection>ExceptionCopyright © 2013. All Rights Reserved.