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