public class IntegerMapJidFactory
extends org.agilewiki.jactor.factory.ActorFactory
Constructor and Description |
---|
IntegerMapJidFactory(String actorType,
org.agilewiki.jactor.factory.ActorFactory valueFactory)
Create an ActorFactory.
|
IntegerMapJidFactory(String actorType,
org.agilewiki.jactor.factory.ActorFactory valueFactory,
int initialCapacity)
Create an ActorFactory.
|
IntegerMapJidFactory(String actorType,
String valueType)
Create an ActorFactory.
|
IntegerMapJidFactory(String actorType,
String valueType,
int initialCapacity)
Create an ActorFactory.
|
Modifier and Type | Method and Description |
---|---|
protected IntegerMapJid |
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 IntegerMapJidFactory(String actorType, org.agilewiki.jactor.factory.ActorFactory valueFactory, int initialCapacity)
actorType
- The actor type.valueFactory
- The value factory.public IntegerMapJidFactory(String actorType, org.agilewiki.jactor.factory.ActorFactory valueFactory)
actorType
- The actor type.valueFactory
- The value factory.public IntegerMapJidFactory(String actorType, String valueType, int initialCapacity)
actorType
- The actor type.valueType
- The value type.protected IntegerMapJid instantiateActor() throws Exception
instantiateActor
in class org.agilewiki.jactor.factory.ActorFactory
Exception
public 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.ActorFactory
mailbox
- The mailbox of the new actor.parent
- The parent of the new actor.Exception
Copyright © 2013. All Rights Reserved.