public class BListJidFactory
extends org.agilewiki.jactor.factory.ActorFactory
| Constructor and Description |
|---|
BListJidFactory(String actorType,
org.agilewiki.jactor.factory.ActorFactory entryFactory)
Create an ActorFactory.
|
BListJidFactory(String actorType,
org.agilewiki.jactor.factory.ActorFactory entryFactory,
int nodeCapacity)
Create an ActorFactory.
|
BListJidFactory(String actorType,
org.agilewiki.jactor.factory.ActorFactory entryFactory,
int nodeCapacity,
boolean isRoot,
boolean auto)
Create an ActorFactory.
|
BListJidFactory(String actorType,
String entryType)
Create an ActorFactory.
|
BListJidFactory(String actorType,
String entryType,
int nodeCapacity,
boolean isRoot,
boolean auto)
Create an ActorFactory.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.agilewiki.jactor.lpc.JLPCActor |
instantiateActor()
Create a JLPCActor.
|
org.agilewiki.jactor.lpc.JLPCActor |
newActor(org.agilewiki.jactor.Mailbox mailbox,
org.agilewiki.jactor.Actor parent)
Create and configure an actor.
|
public BListJidFactory(String actorType, org.agilewiki.jactor.factory.ActorFactory entryFactory)
actorType - The actor type.entryFactory - The entry factory.public BListJidFactory(String actorType, org.agilewiki.jactor.factory.ActorFactory entryFactory, int nodeCapacity)
actorType - The actor type.entryFactory - The entry factory.nodeCapacity - The size of the nodes.public BListJidFactory(String actorType, org.agilewiki.jactor.factory.ActorFactory entryFactory, int nodeCapacity, boolean isRoot, boolean auto)
actorType - The actor type.entryFactory - The entry factory.nodeCapacity - The size of the nodes.isRoot - Create a root node when true.auto - Define the node as a leaf when true.public BListJidFactory(String actorType, String entryType)
actorType - The actor type.entryType - The entry type.public BListJidFactory(String actorType, String entryType, int nodeCapacity, boolean isRoot, boolean auto)
actorType - The actor type.entryType - The entry type.nodeCapacity - The size of the nodes.isRoot - Create a root node when true.auto - Define the node as a leaf when true.protected org.agilewiki.jactor.lpc.JLPCActor instantiateActor()
throws Exception
instantiateActor in class org.agilewiki.jactor.factory.ActorFactoryExceptionpublic org.agilewiki.jactor.lpc.JLPCActor newActor(org.agilewiki.jactor.Mailbox mailbox,
org.agilewiki.jactor.Actor parent)
throws Exception
newActor in class org.agilewiki.jactor.factory.ActorFactorymailbox - The mailbox of the new actor.parent - The parent of the new actor.ExceptionCopyright © 2013. All Rights Reserved.