public class WriteRootJid extends org.agilewiki.jactor.lpc.Request<Object,JFile>
| Constructor and Description |
|---|
WriteRootJid(Block block)
Write a RootJid and its header to the current position.
|
WriteRootJid(Block block,
int maxSize)
Write a RootJid and its header.
|
| 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 final Block block
public final int maxSize
public WriteRootJid(Block block)
block - The Block used to manage the operation.public WriteRootJid(Block block, int maxSize)
block - The Block used to manage the operation.maxSize - The maximum length to be written.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.