Package | Description |
---|---|
com.caucho.bam.actor | |
com.caucho.cloud.bam | |
com.caucho.hmtp | |
com.caucho.server.cluster |
Modifier and Type | Interface and Description |
---|---|
interface |
ActorSender
ActorSender is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter and manages
query ids.
|
interface |
RemoteActorSender |
Modifier and Type | Class and Description |
---|---|
class |
AbstractActorSender
ActorSender is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter and manages
query ids.
|
class |
LocalActorSender
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter.
|
class |
SimpleActorSender
ActorClient is a convenience API for sending messages to other Actors,
which always using the actor's address as the "from" parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BamTriadDispatcher.queryPrimary(java.lang.String uid,
TriadOwner owner,
QuerySender sender,
java.io.Serializable payload,
QueryCallback callback,
BamTriadDispatcher.RemoteEnum remote,
BamTriadDispatcher.ActiveEnum active)
Query the primary server, returning true if the query was sent or false
if the server doesn't exist or doesn't match the predicates.
|
boolean |
BamTriadDispatcher.querySecondary(java.lang.String uid,
TriadOwner owner,
QuerySender sender,
java.io.Serializable payload,
QueryCallback callback,
BamTriadDispatcher.RemoteEnum remote,
BamTriadDispatcher.ActiveEnum active)
Query the primary server, returning true if the query was sent or false
if the server doesn't exist or doesn't match the predicates.
|
boolean |
BamTriadDispatcher.queryTertiary(java.lang.String uid,
TriadOwner owner,
QuerySender sender,
java.io.Serializable payload,
QueryCallback callback,
BamTriadDispatcher.RemoteEnum remote,
BamTriadDispatcher.ActiveEnum active)
Query the primary server, returning true if the query was sent or false
if the server doesn't exist or doesn't match the predicates.
|
Constructor and Description |
---|
BamTriadSender(QuerySender sender,
CloudPod pod,
java.lang.String uid) |
Modifier and Type | Class and Description |
---|---|
class |
HmtpClient
HMTP client protocol
|
Modifier and Type | Class and Description |
---|---|
class |
HmuxClient |