xmlBlaster 1.6.2 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

public void init(Global g)

init

public void init(java.util.Properties p)

destroy

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


shutdown

public void shutdown()
Release all resources


isHalted

public boolean isHalted()

getGlobal

public ServerScope getGlobal()

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.