Constructor and Description |
---|
SetActorBytes(org.agilewiki.jactor.factory.ActorFactory jidFactory,
byte[] bytes)
Creates the request.
|
SetActorBytes(String actorType,
byte[] bytes)
Create the request.
|
Modifier and Type | Method and Description |
---|---|
String |
getActorType()
Returns an actor type name.
|
byte[] |
getBytes()
Returns the serialized data.
|
org.agilewiki.jactor.factory.ActorFactory |
getJidFactory()
Returns the jid factory.
|
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 SetActorBytes(String actorType, byte[] bytes)
actorType
- An actor type name.bytes
- The serialized data.public SetActorBytes(org.agilewiki.jactor.factory.ActorFactory jidFactory, byte[] bytes)
jidFactory
- The jid factory.bytes
- The serialized data.public String getActorType()
public org.agilewiki.jactor.factory.ActorFactory getJidFactory()
public byte[] getBytes()
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.