Constructor and Description |
---|
MakeActor(JidFactory jidFactory)
Creates the request.
|
MakeActor(String actorType)
Creates the request.
|
Modifier and Type | Method and Description |
---|---|
JidFactory |
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 MakeActor(String actorType)
actorType
- The actor type.public MakeActor(JidFactory jidFactory)
jidFactory
- The jid factory.public String getValue()
public JidFactory getJidFactory()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
Copyright © 2013. All Rights Reserved.