Uses of Class
com.caucho.bam.actor.AbstractActorSender

Packages that use AbstractActorSender
com.caucho.bam.actor   
 

Uses of AbstractActorSender in com.caucho.bam.actor
 

Subclasses of AbstractActorSender in com.caucho.bam.actor
 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.