Package org.xmlBlaster.client.protocol.http.j2me

Examples of org.xmlBlaster.client.protocol.http.j2me.XmlBlasterAccessJ2ME


      }
   }
 
   public void init(Hashtable properties){
      try {
         this.xmlBlasterAccess = new XmlBlasterAccessJ2ME(properties);
         this.xmlBlasterAccess.connect(null, this);

         Hashtable subReturnQos = this.xmlBlasterAccess.subscribe("<key oid='cpuinfo'/>", "<qos/>");
         subReturnQos = this.xmlBlasterAccess.subscribe("<key oid='meminfo'/>", "<qos/>");
      }
View Full Code Here

TOP

Related Classes of org.xmlBlaster.client.protocol.http.j2me.XmlBlasterAccessJ2ME

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.