Examples of SubscriptionEvent


Examples of org.xmlBlaster.engine.SubscriptionEvent

    * It removes all subscriptions done on this topic
    */
   public void shutdown() throws XmlBlasterException {
      if (log.isLoggable(Level.FINER)) log.finer("shutdown");
      SubscriptionInfo[] subs = this.serverScope.getTopicAccessor().getSubscriptionInfoArrDirtyRead(this.topicId);
      for (int i=0; i < subs.length; i++) subscriptionRemove(new SubscriptionEvent(subs[i]));
      this.isReady = false;
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.