Package com.caucho.bam.query

Examples of com.caucho.bam.query.QueryActorFilter


  public SimpleActorSender(Actor next, Broker broker)
  {
    if (next == null)
      next = new DefaultActor();
   
    _actor = new QueryActorFilter(next, _queryManager);
    _broker = broker;
   
    _clientAddress  = next.getAddress();
  }
View Full Code Here

TOP

Related Classes of com.caucho.bam.query.QueryActorFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.