|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.sys.Context | +--com.lonniepryor.blues.sys.Application
Models the abstract view of a Blues Application.
Constructor Summary | |
Application(java.lang.ClassLoader classLoader,
ApplicationCfg configuration)
Creates a new Application object. |
Method Summary | |
Registry |
getAllRegisteredObjects()
Creates and returns a new Registry containing the components of this application. |
java.lang.Object |
lookupService(java.lang.String relativeServiceName)
Finds the service with the supplied name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Application(java.lang.ClassLoader classLoader, ApplicationCfg configuration)
classLoader
- The ClassLoader for this Application.configuration
- The Application configuration information.Method Detail |
public Registry getAllRegisteredObjects()
public java.lang.Object lookupService(java.lang.String relativeServiceName)
Directory
relativeServiceName
- The name of the service relative to the
configuration element accessing it.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |