ch.nix.ert.base
Class ServiceManager

java.lang.Object
  extended bych.nix.ert.base.ServiceManager

public class ServiceManager
extends java.lang.Object

TODO Edit this text for a better description
Follows the Singelton-Design Pattern after Rodney Waldhoff. http://radio.weblogs.com/0122027/stories/2003/10/20/implementingTheSingletonPatternInJava.html

Author:
michi

Method Summary
 Dispatcher getDispatcher()
           
static ServiceManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServiceManager getInstance()
Returns:
The unique instance of this class.

getDispatcher

public Dispatcher getDispatcher()


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