xmlBlaster 2.2.0 API

org.xmlBlaster
Interface I_Main

All Known Implementing Classes:
Main

public interface I_Main

I_Main interface is a minimized interface to control Main.java.

It allows instantiating xmlBlaster in EmbeddedXmlBlaster with a specific classloader.


Method Summary
 void destroy()
          Same as shutdown() but does additionally an engine.global.shutdown()
 ServerScope getGlobal()
           
 void init(Global g)
           
 void init(java.util.Properties p)
           
 boolean isHalted()
           
 void shutdown()
          Release all resources
 

Method Detail

init

void init(Global g)

init

void init(java.util.Properties p)

destroy

void destroy()
Same as shutdown() but does additionally an engine.global.shutdown()


shutdown

void shutdown()
Release all resources


isHalted

boolean isHalted()

getGlobal

ServerScope getGlobal()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.