Uses of Class
com.scivicslab.pojoactor.workflow.IIActorRef
Packages that use IIActorRef
Package
Description
-
Uses of IIActorRef in com.scivicslab.pojoactor.workflow
Subclasses of IIActorRef in com.scivicslab.pojoactor.workflowModifier and TypeClassDescriptionclassInterpreter-interfaced actor reference forInterpreterinstances.Fields in com.scivicslab.pojoactor.workflow declared as IIActorRefModifier and TypeFieldDescriptionprotected IIActorRef<?> Interpreter.selfActorRefReference to the actor executing this interpreter (for Unix-style path resolution).Methods in com.scivicslab.pojoactor.workflow that return IIActorRefModifier and TypeMethodDescription<T> IIActorRef<T> IIActorSystem.addIIActor(IIActorRef<T> actor) Adds an interpreter-interfaced actor to this system.<T> IIActorRef<T> IIActorSystem.getIIActor(String name) Retrieves an interpreter-interfaced actor by name.Methods in com.scivicslab.pojoactor.workflow that return types with arguments of type IIActorRefModifier and TypeMethodDescriptionprotected List<IIActorRef<?>> Interpreter.findMatchingActors(String pattern) Finds all actors in the system matching a wildcard pattern.protected List<IIActorRef<?>> Interpreter.findMatchingChildActors(String pattern) Finds child actors matching a wildcard pattern.List<IIActorRef<?>> IIActorSystem.resolveActorPath(String fromActorName, String actorPath) Resolves an actor path relative to a given actor using Unix-style path notation.Methods in com.scivicslab.pojoactor.workflow with parameters of type IIActorRefModifier and TypeMethodDescription<T> IIActorRef<T> IIActorSystem.addIIActor(IIActorRef<T> actor) Adds an interpreter-interfaced actor to this system.voidInterpreter.setSelfActorRef(IIActorRef<?> actorRef) Sets the reference to the actor executing this interpreter. -
Uses of IIActorRef in com.scivicslab.pojoactor.workflow.accumulator
Subclasses of IIActorRef in com.scivicslab.pojoactor.workflow.accumulatorModifier and TypeClassDescriptionclassInterpreter-interfaced actor reference forAccumulatorimplementations. -
Uses of IIActorRef in com.scivicslab.pojoactor.workflow.scheduler
Subclasses of IIActorRef in com.scivicslab.pojoactor.workflow.schedulerModifier and TypeClassDescriptionclassInterpreter-interfaced actor reference forWorkflowSchedulerinstances.