public class SetInteger extends org.agilewiki.jactor.lpc.Request<Object,IntegerJid>
Constructor and Description |
---|
SetInteger(Integer value)
Creates the request.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getValue()
Returns the value.
|
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 SetInteger(Integer value)
value
- The value.public Integer getValue()
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,IntegerJid>
Exception
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType
in class org.agilewiki.jactor.lpc.Request<Object,IntegerJid>
targetActor
- The actor to be called.Copyright © 2013. All Rights Reserved.