Modifier and Type | Interface and Description |
---|---|
interface |
ManagedActor
A BAM Actor sends and receives messages as the core class in a
service-oriented architecture.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
abstract Actor |
AbstractActorHolder.getActor()
Returns the stream to the Actor from the link so
messages from other Actors can be delivered.
|
Actor |
ManagedActor.getActor() |
Actor |
SimpleActorSender.getActor() |
Actor |
ActorHolder.getActor() |
Actor |
SimpleActor.getActor()
Returns the custom
MessageStream to the
Broker , so the Broker can send messages to
the agent. |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyActor<T>
The Skeleton introspects and dispatches messages for a
SimpleActor
or SkeletonActorFilter . |
Modifier and Type | Method and Description |
---|---|
Actor |
ProxyActor.getActor() |
Modifier and Type | Class and Description |
---|---|
class |
QueryActorFilter
An ActorStream filter that intercepts query results and passes them to
the QueryManager to be matched with pending queries.
|
Constructor and Description |
---|
QueryActorFilter(Actor next,
QueryManager queryManager) |
Modifier and Type | Class and Description |
---|---|
class |
NullActor
NullActorStream always ignores messages and returns errors for RPC calls.
|
Modifier and Type | Method and Description |
---|---|
Actor |
NullActor.getActor() |
Modifier and Type | Class and Description |
---|---|
class |
WatchdogChildActor
Service for handling the distributed cache
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCloudActor
Abstract actor for handling messages in the cloud.
|
class |
ClusterRouteActor
Abstract actor for handling cluster routing.
|
class |
GlobalTriadFirstRouter
Routes a message to all pods in the system,
|
class |
TriadFirstRouter
Routes a message to all members of a triad.
|
Modifier and Type | Class and Description |
---|---|
class |
LicenseActor
Service for handling the cache messages
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkAddressActor
Service for handling the cache messages
|
Modifier and Type | Class and Description |
---|---|
class |
BamJmsService
jms service
|
class |
BamLogService
log service
|
class |
BamMailService
mail service
|
Modifier and Type | Class and Description |
---|---|
class |
ServerLinkActor
ServerLinkActor handles link messages, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
HmtpServlet
HmtpWriteStream writes HMTP packets to an OutputStream.
|
Modifier and Type | Method and Description |
---|---|
Actor |
HmtpServlet.getActor() |
Modifier and Type | Method and Description |
---|---|
void |
HmtpServlet.setActorStream(Actor actorStream) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterQueueActor
Implements a cluster send queue.
|
class |
ClusterQueueTriadActor
Implements a cluster send queue.
|
Modifier and Type | Class and Description |
---|---|
class |
JsmpWebSocketWriter
JsmpWriteStream writes JSMP packets to an OutputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
BamPhpActor
BAM actor that calls into a PHP script to handle messages/queries.
|
class |
BamPhpRootService
BAM actor spawns a new BamPhpActor when requested.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterStatService
Service for handling the distributed cache
|
class |
JMXService
Remote administration service for JMX
|
class |
ManagerActor |
Modifier and Type | Class and Description |
---|---|
class |
ResinActor
Actor communicating with the watchdog.
|