ch.nix.ert.main
Class MainService

java.lang.Object
  extended bych.nix.ert.base.ServiceBase
      extended bych.nix.ert.main.MainService
All Implemented Interfaces:
java.lang.Runnable, ServiceInterface

public class MainService
extends ServiceBase

MainService class which is executed at startup.
It will initialize the whole system and starts it up

Author:
michi

Constructor Summary
MainService()
           
 
Method Summary
static MainService getInstance()
           
static void main(java.lang.String[] args)
           
 void registerAtDispatcher()
          Registers the Service at the Dispatcher
 void run()
           
 
Methods inherited from class ch.nix.ert.base.ServiceBase
addWork, getServiceQueue, getWork, getWork, registerService, transactionBegin, transactionContinue, transactionEnd, transactionSplit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainService

public MainService()
Method Detail

getInstance

public static MainService getInstance()

main

public static void main(java.lang.String[] args)

registerAtDispatcher

public void registerAtDispatcher()
Description copied from interface: ServiceInterface
Registers the Service at the Dispatcher


run

public void run()


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z