net.sf.xbus.bootstrap
Class ReceiverServiceBootstrap

java.lang.Object
  extended by net.sf.xbus.bootstrap.ReceiverServiceBootstrap

public class ReceiverServiceBootstrap
extends java.lang.Object

ReceiverServiceBootstrap starts the ReceiverService, using the XBUSClassLoader.


Constructor Summary
ReceiverServiceBootstrap()
           
 
Method Summary
static java.lang.Object getInstance()
           
static void main(java.lang.String[] args)
          Starts the ReceiverService in a way, that it is stoppable by the ReceiverServiceAdministrator
static void start(boolean insideServletEngine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceiverServiceBootstrap

public ReceiverServiceBootstrap()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the ReceiverService in a way, that it is stoppable by the ReceiverServiceAdministrator

Parameters:
args - not used

start

public static void start(boolean insideServletEngine)

getInstance

public static java.lang.Object getInstance()