Constructor and Description |
---|
Save(AppendableBytes appendableBytes)
Create a Save request.
|
Modifier and Type | Method and Description |
---|---|
AppendableBytes |
getAppendableBytes()
Returns the AppendableBytes object where the persistent data is to be saved.
|
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 Save(AppendableBytes appendableBytes)
appendableBytes
- Where the persistent data is to be saved.public AppendableBytes getAppendableBytes()
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
Copyright © 2013. All Rights Reserved.