xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.EmbeddedXmlBlaster

Packages that use EmbeddedXmlBlaster
org.xmlBlaster.util Java helper classes for server and client programming. 
 

Uses of EmbeddedXmlBlaster in org.xmlBlaster.util
 

Methods in org.xmlBlaster.util that return EmbeddedXmlBlaster
static EmbeddedXmlBlaster EmbeddedXmlBlaster.startXmlBlaster(Global glob)
          Creates an instance of xmlBlaster and starts the server.
static EmbeddedXmlBlaster EmbeddedXmlBlaster.startXmlBlaster(int serverPort)
          Creates an instance of xmlBlaster and starts the server.
static EmbeddedXmlBlaster EmbeddedXmlBlaster.startXmlBlaster(java.lang.String[] args)
          Creates an instance of xmlBlaster and starts the server.
static EmbeddedXmlBlaster EmbeddedXmlBlaster.startXmlBlaster(java.lang.String[] args, java.lang.String clusterNodeId)
           
 

Methods in org.xmlBlaster.util with parameters of type EmbeddedXmlBlaster
static void EmbeddedXmlBlaster.stopXmlBlaster(EmbeddedXmlBlaster serverThread)
          Stop xmlBlaster server.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.