Uses of Interface
com.caucho.bam.actor.Actor

Packages that use Actor
com.caucho.bam.actor   
com.caucho.bam.proxy   
com.caucho.bam.query   
com.caucho.bam.stream   
com.caucho.boot   
com.caucho.hemp.services   
com.caucho.hemp.servlet   
com.caucho.hmtp.server   
com.caucho.jsmp   
com.caucho.quercus.lib.bam   
com.caucho.server.admin   
com.caucho.server.resin   
 

Uses of Actor in com.caucho.bam.actor
 

Subinterfaces of Actor in com.caucho.bam.actor
 interface ManagedActor
          A BAM Actor sends and receives messages as the core class in a service-oriented architecture.
 

Classes in com.caucho.bam.actor that implement Actor
 class AbstractActor
          Abstract implementation of a BAM actor.
 class SimpleActor
          Base class for implementing an Agent.
 class SkeletonActorFilter<T>
          Base ActorStream implementation using introspection and @Message annotations to simplify Actor development.
 

Methods in com.caucho.bam.actor that return Actor
abstract  Actor AbstractActorHolder.getActor()
          Returns the stream to the Actor from the link so messages from other Actors can be delivered.
 Actor ActorHolder.getActor()
           
 Actor ManagedActor.getActor()
           
 Actor SimpleActor.getActor()
          Returns the custom MessageStream to the Broker, so the Broker can send messages to the agent.
 Actor SimpleActorSender.getActor()
           
 

Constructors in com.caucho.bam.actor with parameters of type Actor
LocalActorSender(Actor next, ManagedBroker broker)
           
SimpleActorSender(Actor next)
           
SimpleActorSender(Actor next, ManagedBroker broker, java.lang.String uid, java.lang.String resource)
           
SimpleActorSender(java.lang.String address, Actor next, Broker broker)
           
SkeletonActorFilter(Actor next, T actor)
           
 

Uses of Actor in com.caucho.bam.proxy
 

Classes in com.caucho.bam.proxy that implement Actor
 class ProxyActor<T>
          The Skeleton introspects and dispatches messages for a SimpleActor or SkeletonActorFilter.
 

Methods in com.caucho.bam.proxy that return Actor
 Actor ProxyActor.getActor()
           
 

Uses of Actor in com.caucho.bam.query
 

Classes in com.caucho.bam.query that implement Actor
 class QueryActorFilter
          An ActorStream filter that intercepts query results and passes them to the QueryManager to be matched with pending queries.
 

Constructors in com.caucho.bam.query with parameters of type Actor
QueryActorFilter(Actor next, QueryManager queryManager)
           
 

Uses of Actor in com.caucho.bam.stream
 

Classes in com.caucho.bam.stream that implement Actor
 class NullActor
          NullActorStream always ignores messages and returns errors for RPC calls.
 

Methods in com.caucho.bam.stream that return Actor
 Actor NullActor.getActor()
           
 

Uses of Actor in com.caucho.boot
 

Classes in com.caucho.boot that implement Actor
 class WatchdogChildActor
          Service for handling the distributed cache
 

Uses of Actor in com.caucho.hemp.services
 

Classes in com.caucho.hemp.services that implement Actor
 class BamJmsService
          jms service
 class BamLogService
          log service
 class BamMailService
          mail service
 

Uses of Actor in com.caucho.hemp.servlet
 

Classes in com.caucho.hemp.servlet that implement Actor
 class ServerLinkActor
          ServerLinkActor handles link messages, i.e.
 

Uses of Actor in com.caucho.hmtp.server
 

Classes in com.caucho.hmtp.server that implement Actor
 class HmtpServlet
          HmtpWriteStream writes HMTP packets to an OutputStream.
 

Methods in com.caucho.hmtp.server that return Actor
 Actor HmtpServlet.getActor()
           
 

Methods in com.caucho.hmtp.server with parameters of type Actor
 void HmtpServlet.setActorStream(Actor actorStream)
           
 

Uses of Actor in com.caucho.jsmp
 

Classes in com.caucho.jsmp that implement Actor
 class JsmpWebSocketWriter
          JsmpWriteStream writes JSMP packets to an OutputStream.
 

Uses of Actor in com.caucho.quercus.lib.bam
 

Classes in com.caucho.quercus.lib.bam that implement Actor
 class BamPhpActor
          BAM actor that calls into a PHP script to handle messages/queries.
 class BamPhpRootService
          BAM actor spawns a new BamPhpActor when requested.
 

Uses of Actor in com.caucho.server.admin
 

Classes in com.caucho.server.admin that implement Actor
 class ManagerActor
           
 

Uses of Actor in com.caucho.server.resin
 

Classes in com.caucho.server.resin that implement Actor
 class ResinActor
          Actor communicating with the watchdog.