Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Co.paralleluniverse.actors.behaviors Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AbstractServerHandlerA convenience class implementing the ServerHandler interface.Classco.paralleluniverse.actors.behaviorsQuasar
ActorMessageA class extended by all standard actor messages in this package.Classco.paralleluniverse.actors.behaviorsQuasar
BehaviorA general behavior-actor interfaceSee Also:Serialized FormClassco.paralleluniverse.actors.behaviorsQuasar
BehaviorActorA general behavior-actor class, extended by all behaviors.Classco.paralleluniverse.actors.behaviorsQuasar
ErrorMessageInterfaceco.paralleluniverse.actors.behaviorsQuasar
ErrorResponseMessageA simple subclass of ResponseMessage that represents an error in processing the request.Classco.paralleluniverse.actors.behaviorsQuasar
EventHandlerInterfaceco.paralleluniverse.actors.behaviorsQuasar
EventSourceAn interface to an EventSourceActor.Classco.paralleluniverse.actors.behaviorsQuasar
EventSourceActorA behavior actor that can be notified of *event* messages, which are delivered to *event handlers* which may be registered with the actor.Classco.paralleluniverse.actors.behaviorsQuasar
FiniteStateMachineActorA behavior implementing a finite-state-machine.Classco.paralleluniverse.actors.behaviorsQuasar
FromMessageAn actor message that identifies its senderThe actor that sent the message.Interfaceco.paralleluniverse.actors.behaviorsQuasar
IdMessageAn actor message with a unique (or unique with a high probability) ID (usually generated by ActorUtil.Interfaceco.paralleluniverse.actors.behaviorsQuasar
InitializerA delegate object that can be used instead of subclassing BehaviorActor and overriding its methods.Interfaceco.paralleluniverse.actors.behaviorsQuasar
MessageSelectorA fluent interface for creating MessageProcessors that select messages matching a few simple criteria.Classco.paralleluniverse.actors.behaviorsQuasar
ProxyServerActorWraps a Java object in a ServerActor that exposes the object's methods as an interface and processes them in an actor (on a dedicated strand).Classco.paralleluniverse.actors.behaviorsQuasar
ProxyServerActor .InvocationClassco.paralleluniverse.actors.behaviors.ProxyServerActorQuasar
RequestMessageA message that contains a sender reference (the from property} and a unique identifier (the id property) and may be used as a request by RequestReplyHelper.Classco.paralleluniverse.actors.behaviorsQuasar
RequestReplyHelperThis class contains static methods that implement a request-reply pattern with actors.Classco.paralleluniverse.actors.behaviorsQuasar
ResponseMessageA message type used as a superclass by responses to RequestMessage.Classco.paralleluniverse.actors.behaviorsQuasar
ServerAn interface to a ServerActor.Classco.paralleluniverse.actors.behaviorsQuasar
ServerActorA behavior implementing a server that responds to request messages.Classco.paralleluniverse.actors.behaviorsQuasar
ServerHandlerA delegate object that can be used instead of subclassing ServerActor and overriding its methods.Interfaceco.paralleluniverse.actors.behaviorsQuasar
SupervisorAn interface to a SupervisorActor.Classco.paralleluniverse.actors.behaviorsQuasar
Supervisor .ChildModeDetermines whether a child (supervised) actor should be restarted if the supervisor's restart strategy states that it should be restarted.Classco.paralleluniverse.actors.behaviors.SupervisorQuasar
Supervisor .ChildSpecClassco.paralleluniverse.actors.behaviors.SupervisorQuasar
SupervisorActorAn actor that supervises, and if necessary, restarts other actors.Classco.paralleluniverse.actors.behaviorsQuasar
SupervisorActor .RestartStrategySpecifies a supervisor's strategy in the event a child dies.Classco.paralleluniverse.actors.behaviors.SupervisorActorQuasar
SupervisorExceptionClassco.paralleluniverse.actors.behaviorsQuasar
ValueResponseMessageA simple subclass of ResponseMessage that encapsulates a single response value.Classco.paralleluniverse.actors.behaviorsQuasar