Uses of Class
com.scivicslab.pojoactor.core.ActionResult
Packages that use ActionResult
-
Uses of ActionResult in com.scivicslab.pojoactor.core
Methods in com.scivicslab.pojoactor.core that return ActionResultModifier and TypeMethodDescriptionCallableByActionName.callByActionName(String actionName, String args) Executes an action identified by its name with the given arguments.ActorRef.getLastResult()Gets the last action result for this actor.Methods in com.scivicslab.pojoactor.core with parameters of type ActionResultModifier and TypeMethodDescriptionvoidActorRef.setLastResult(ActionResult result) Sets the last action result for this actor. -
Uses of ActionResult in com.scivicslab.pojoactor.core.distributed
Methods in com.scivicslab.pojoactor.core.distributed that return ActionResultModifier and TypeMethodDescriptionRemoteActorRef.callByActionName(String actionName, String args) Invokes an action on the remote actor.