Uses of Interface
com.caucho.amp.AmpQueryCallback

Packages that use AmpQueryCallback
com.caucho.amp.actor   
 

Uses of AmpQueryCallback in com.caucho.amp.actor
 

Classes in com.caucho.amp.actor that implement AmpQueryCallback
 class AmpQueryFuture
          Handles the context for an actor, primarily including its query map.
 

Methods in com.caucho.amp.actor with parameters of type AmpQueryCallback
 void ActorContextImpl.query(AmpMethodRef methodRef, java.lang.Object[] args, AmpQueryCallback cb, long timeout)
           
abstract  void AmpActorContext.query(AmpMethodRef methodRef, java.lang.Object[] args, AmpQueryCallback cb, long timeout)