Sends a unidirectional message to an {@link com.caucho.bam.Actor}, addressed by the Actor's JID.
@param to the target actor's JID
@param from the source actor's JID
@param payload the message payload
Sends a unidirectional message to an {@link com.caucho.bam.actor.ActorHolder}, addressed by the Actor's address.
@param to the target actor's address
@param from the source actor's address
@param payload the message payload
Returns the message. If the message has the format "a.resource.bundle.base.name#key", it will be internationalized using the specified resource bundle and the referenced entry with the default {@link Locale Locale}.
@return the message.
@see #message(Locale)
Logs the specified LogMessage about the LogSubject Currently logging has a global setting however this will later be revised and as such the LogActor will need to take into consideration any new configuration as a means of enabling the logging of LogActors and LogSubjects.
@param subject The subject that is being logged
@param message The message to log
Entry point for asynchronous callbacks. Conforming WorkspaceRequest tasks are expected to send the value of notify property in the WorkspaceRequestContext unless it is STATE_INVALID. Deciding to move to corrupted etc. should be decided in the service implementation, task implementations should not ever call anything in the service that mutates Right now a simple pass through to StatefulResourceImpl, attempting to keep async package somewhat encapsulated...
@param id workspid
@param notify new state (or intended state if err)
@param err if not null, means failure
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.