Package org.xmlBlaster.client

Examples of org.xmlBlaster.client.I_XmlBlasterAccess.ping()


         xb = getXmlBlasterAccess();
      } catch (XmlBlasterException e) {
         e.printStackTrace();
      }
      if (xb != null)
         xb.ping();
   }

   /**
    * On first invocation we connect to the other xmlBlaster cluster node.
    * <p />
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.