com.lonniepryor.blues.sys
Class Registry

java.lang.Object
  |
  +--com.lonniepryor.blues.sys.Registry

public final class Registry
extends java.lang.Object

A registry that collects the individual elements of an aplication.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 java.util.Map getDispatchers()
          Returns the dispatchers in this application.
 java.util.List getLifecycles()
          Returns the instances of lifecycle in this application.
 java.util.Map getServices()
          Returns the services in this application.
 java.util.Map getSingletons()
          Returns the singletons in this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingletons

public java.util.Map getSingletons()
Returns the singletons in this application.

Returns:
The singletons in this application.

getServices

public java.util.Map getServices()
Returns the services in this application.

Returns:
The services in this application.

getDispatchers

public java.util.Map getDispatchers()
Returns the dispatchers in this application.

Returns:
The dispatchers in this application.

getLifecycles

public java.util.List getLifecycles()
Returns the instances of lifecycle in this application.

Returns:
The instances of lifecycle in this application.


Copyright © 2003 Blues Framework. All Rights Reserved.