public final class ResolvePathname extends org.agilewiki.jactor.lpc.Request<org.agilewiki.jactor.Actor,Jid>
Constructor and Description |
---|
ResolvePathname(String pathname)
Create a ResplvePathname request.
|
Modifier and Type | Method and Description |
---|---|
String |
getPathname()
Returns the pathname of a JID.
|
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 ResolvePathname(String pathname)
pathname
- The pathname of a JID.public String getPathname()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType
in class org.agilewiki.jactor.lpc.Request<org.agilewiki.jactor.Actor,Jid>
targetActor
- The actor to be called.Copyright © 2013. All Rights Reserved.