public class Size extends org.agilewiki.jactor.lpc.Request<Integer,Collection>
| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
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 static final Size req
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType in class org.agilewiki.jactor.lpc.Request<Integer,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<Integer,Collection>ExceptionCopyright © 2013. All Rights Reserved.