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