public final class GetSerializedBytes extends org.agilewiki.jactor.lpc.Request<byte[],Jid>
| Modifier and Type | Field and Description |
|---|---|
static GetSerializedBytes |
req |
| Constructor and Description |
|---|
GetSerializedBytes() |
| Modifier and Type | Method and Description |
|---|---|
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 static final GetSerializedBytes req
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType in class org.agilewiki.jactor.lpc.Request<byte[],Jid>targetActor - The actor to be called.Copyright © 2013. All Rights Reserved.