Package org.objectweb.joram.mom.notifications

Examples of org.objectweb.joram.mom.notifications.BrowseRequest


  private void reactToClientRequest(int key, QBrowseRequest req) throws RequestException {
    AgentId destId = AgentId.fromString(req.getTarget());
    if (destId == null)
      throw new RequestException("Request to an undefined destination (null).");
   
    sendNot(destId, new BrowseRequest(key, req.getRequestId(), req.getSelector()));
  }
View Full Code Here

TOP

Related Classes of org.objectweb.joram.mom.notifications.BrowseRequest

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.