Modifier and Type | Method and Description |
---|---|
Boolean |
makeJidBytes(JidFactory jidFactory,
byte[] bytes)
Creates a JID actor and loads its serialized data, unless a JID actor is already present.
|
Boolean |
makeJidBytes(String actorType,
byte[] bytes)
Creates a JID actor and loads its serialized data, unless a JID actor is already present.
|
Boolean |
makeValue(JidFactory jidFactory)
Assign a value unless one is already present.
|
Boolean |
makeValue(String jidType)
Assign a value unless one is already present.
|
void |
setJidBytes(org.agilewiki.jactor.factory.ActorFactory jidFactory,
byte[] bytes)
Creates a JID actor and loads its serialized data.
|
void |
setJidBytes(String actorType,
byte[] bytes)
Creates a JID actor and loads its serialized data.
|
void |
setValue(org.agilewiki.jactor.factory.ActorFactory jidFactory)
Assign a value.
|
change, getSerializedLength, load, resolvePathname, save, setContainerJid
void setValue(org.agilewiki.jactor.factory.ActorFactory jidFactory) throws Exception
jidFactory
- The actor type.Exception
- Any uncaught exception raised.void setJidBytes(String actorType, byte[] bytes) throws Exception
actorType
- An actor type name.bytes
- The serialized data.Exception
- Any uncaught exception raised.void setJidBytes(org.agilewiki.jactor.factory.ActorFactory jidFactory, byte[] bytes) throws Exception
jidFactory
- The actor type.bytes
- The serialized data.Exception
- Any uncaught exception raised.Boolean makeValue(String jidType) throws Exception
jidType
- The MakeValue request.Exception
- Any uncaught exception raised.Boolean makeValue(JidFactory jidFactory) throws Exception
jidFactory
- The actor type.Exception
- Any uncaught exception raised.Boolean makeJidBytes(String actorType, byte[] bytes) throws Exception
actorType
- An actor type name.bytes
- The serialized data.Exception
- Any uncaught exception raised.Boolean makeJidBytes(JidFactory jidFactory, byte[] bytes) throws Exception
jidFactory
- The actor type.bytes
- The serialized data.Exception
- Any uncaught exception raised.Copyright © 2013. All Rights Reserved.