|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ActorSender in com.caucho.bam.actor |
---|
Subinterfaces of ActorSender in com.caucho.bam.actor | |
---|---|
interface |
RemoteActorSender
|
Classes in com.caucho.bam.actor that implement ActorSender | |
---|---|
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. |
Methods in com.caucho.bam.actor that return ActorSender | |
---|---|
ActorSender |
ActorClientFactory.createClient(java.lang.String uid,
java.lang.String resource)
Creates a new ActorClient with the user id and a suggested resource. |
ActorSender |
SimpleActor.getSender()
Returns the ActorClient to the link for convenient message calls. |
Uses of ActorSender in com.caucho.bam.client |
---|
Methods in com.caucho.bam.client that return ActorSender | |
---|---|
ActorSender |
LinkClient.getSender()
|
Uses of ActorSender in com.caucho.bam.manager |
---|
Methods in com.caucho.bam.manager that return ActorSender | |
---|---|
ActorSender |
SimpleBamManager.createClient(java.lang.String address)
|
ActorSender |
BamManager.createClient(java.lang.String uid,
java.lang.String resource)
|
ActorSender |
SimpleBamManager.createClient(java.lang.String uid,
java.lang.String resource)
|
Methods in com.caucho.bam.manager with parameters of type ActorSender | ||
---|---|---|
|
BamManager.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender)
|
|
|
SimpleBamManager.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender)
|
|
|
BamManager.createProxy(java.lang.Class<T> api,
java.lang.String to,
ActorSender sender)
|
|
|
SimpleBamManager.createProxy(java.lang.Class<T> api,
java.lang.String to,
ActorSender sender)
|
Uses of ActorSender in com.caucho.bam.proxy |
---|
Methods in com.caucho.bam.proxy that return ActorSender | |
---|---|
ActorSender |
ProxyActor.getSender()
|
Methods in com.caucho.bam.proxy with parameters of type ActorSender | ||
---|---|---|
static
|
BamProxyFactory.createProxy(java.lang.Class<T> api,
BamActorRef to,
ActorSender sender,
long timeout)
|
Uses of ActorSender in com.caucho.bam.router |
---|
Methods in com.caucho.bam.router that return ActorSender | |
---|---|
ActorSender |
BamAllActorRouter.getSender()
|
ActorSender |
BamFirstActorRouter.getSender()
|
ActorSender |
BamFirstResultRouter.getSender()
|
ActorSender |
BamRouter.getSender()
|
Constructors in com.caucho.bam.router with parameters of type ActorSender | |
---|---|
BamAllActorRouter(ActorSender sender,
BamActorRef... actors)
|
|
BamFirstActorRouter(ActorSender sender,
long timeout,
BamActorRef... actors)
|
|
BamFirstResultRouter(ActorSender sender,
long timeout,
BamActorRef... actors)
|
Uses of ActorSender in com.caucho.hemp.broker |
---|
Methods in com.caucho.hemp.broker that return ActorSender | |
---|---|
ActorSender |
LocalActorFactoryImpl.createClient(java.lang.String uid,
java.lang.String resource)
|
Uses of ActorSender in com.caucho.hmtp |
---|
Classes in com.caucho.hmtp that implement ActorSender | |
---|---|
class |
HmtpClient
HMTP client protocol |
Uses of ActorSender in com.caucho.quercus.lib.bam |
---|
Methods in com.caucho.quercus.lib.bam that return ActorSender | |
---|---|
ActorSender |
BamConnectionResource.getConnection()
|
Constructors in com.caucho.quercus.lib.bam with parameters of type ActorSender | |
---|---|
BamConnectionResource(ActorSender connection)
|
Uses of ActorSender in com.caucho.server.admin |
---|
Methods in com.caucho.server.admin that return ActorSender | |
---|---|
ActorSender |
ManagerClient.getSender()
|
Constructors in com.caucho.server.admin with parameters of type ActorSender | |
---|---|
ManagerClient(ActorSender bamClient)
|
|
ManagerClient(BamManager bamManager,
ActorSender bamClient)
|
|
WebAppDeployClient(java.lang.String url,
ActorSender sender)
|
Uses of ActorSender in com.caucho.server.cluster |
---|
Methods in com.caucho.server.cluster that return ActorSender | |
---|---|
ActorSender |
ServletService.createAdminClient(java.lang.String uid)
Creates a bam client to the admin. |
ActorSender |
ServletService.createAdminClient(java.lang.String uid,
java.lang.String resource)
Creates a bam client to the admin. |
Uses of ActorSender in com.caucho.server.deploy |
---|
Constructors in com.caucho.server.deploy with parameters of type ActorSender | |
---|---|
DeployClient(java.lang.String url,
ActorSender client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |