Constructor and Description |
---|
SetActor(org.agilewiki.jactor.factory.ActorFactory jidFactory)
Creates the request.
|
SetActor(String actorType)
Creates the request.
|
Modifier and Type | Method and Description |
---|---|
org.agilewiki.jactor.factory.ActorFactory |
getJidFactory()
Returns the jid factory.
|
String |
getValue()
Returns the actor type.
|
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 SetActor(String actorType)
actorType
- The actor type.public SetActor(org.agilewiki.jactor.factory.ActorFactory jidFactory)
jidFactory
- The jid factory.public String getValue()
public org.agilewiki.jactor.factory.ActorFactory getJidFactory()
public void processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor, org.agilewiki.jactor.RP rp) throws Exception
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
Copyright © 2013. All Rights Reserved.