|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Actor in com.caucho.admin |
|---|
| Classes in com.caucho.admin that implement Actor | |
|---|---|
class |
JmxService
Remote administration service for JMX |
| 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 | |
|---|---|
Actor |
ActorHolder.getActor()
|
Actor |
SimpleActor.getActor()
Returns the custom MessageStream to the
Broker, so the Broker can send messages to
the agent. |
abstract Actor |
AbstractActorHolder.getActor()
Returns the stream to the Actor from the link so messages from other Actors can be delivered. |
Actor |
SimpleActorSender.getActor()
|
Actor |
ManagedActor.getActor()
|
| Constructors in com.caucho.bam.actor with parameters of type Actor | |
|---|---|
LocalActorSender(Actor next,
ManagedBroker broker)
|
|
SimpleActorSender(Actor next)
|
|
SimpleActorSender(Actor next,
Broker broker)
|
|
SimpleActorSender(Actor next,
ManagedBroker broker,
java.lang.String uid,
java.lang.String resource)
|
|
SkeletonActorFilter(Actor next,
T actor)
|
|
| 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 |
WatchdogActor
Service for handling the distributed cache |
| Uses of Actor in com.caucho.cloud.bam |
|---|
| Classes in com.caucho.cloud.bam that implement Actor | |
|---|---|
class |
AbstractCloudActor
Abstract actor for handling messages in the cloud. |
| Uses of Actor in com.caucho.cloud.globalcache |
|---|
| Classes in com.caucho.cloud.globalcache that implement Actor | |
|---|---|
class |
GlobalCacheActor
|
| Uses of Actor in com.caucho.cloud.heartbeat |
|---|
| Classes in com.caucho.cloud.heartbeat that implement Actor | |
|---|---|
class |
HeartbeatActor
Service for handling the cache messages |
| Uses of Actor in com.caucho.cloud.license |
|---|
| Classes in com.caucho.cloud.license that implement Actor | |
|---|---|
class |
LicenseActor
Service for handling the cache messages |
| Uses of Actor in com.caucho.cloud.network |
|---|
| Classes in com.caucho.cloud.network that implement Actor | |
|---|---|
class |
NetworkAddressActor
Service for handling the cache messages |
| Uses of Actor in com.caucho.cloud.notify |
|---|
| Classes in com.caucho.cloud.notify that implement Actor | |
|---|---|
class |
NotifyActor
|
| Uses of Actor in com.caucho.distcache.cluster |
|---|
| Classes in com.caucho.distcache.cluster that implement Actor | |
|---|---|
class |
CacheDataActor
Service for handling the distributed cache |
class |
CacheDataTriadActor
Actor on a triad server handling the cache data requests. |
class |
CacheMnodeActor
Service for handling the distributed cache |
class |
CacheMnodeTriadActor
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.jms.cluster |
|---|
| Classes in com.caucho.jms.cluster that implement Actor | |
|---|---|
class |
ClusterQueueActor
Implements a cluster send queue. |
class |
ClusterQueueTriadActor
Implements a cluster send queue. |
| 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 |
ClusterStatService
Service for handling the distributed cache |
class |
DeployActor
|
class |
JMXService
Remote administration service for JMX |
class |
JmxServiceImpl
Remote administration service for JMX |
class |
ManagerActor
|
| Uses of Actor in com.caucho.server.distlock |
|---|
| Classes in com.caucho.server.distlock that implement Actor | |
|---|---|
class |
VoteActor
Service for handling the distributed lock |
| Uses of Actor in com.caucho.server.repository |
|---|
| Classes in com.caucho.server.repository that implement Actor | |
|---|---|
class |
RepositoryActor
|
| Uses of Actor in com.caucho.server.resin |
|---|
| Classes in com.caucho.server.resin that implement Actor | |
|---|---|
class |
ResinActor
Actor communicating with the watchdog. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||