|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lonniepryor.blues.Blues
Static entry point into the framework. Once an instance of Session has been created for a specific application, the components of that application become available through this class's static interface until the Session is disposed.
Method Summary | |
static java.lang.Object |
lookupDispatcher(java.lang.Class dispatcherInterface)
Looks up the specified event dispatcher in the currently bound Session. |
static java.lang.Object |
lookupService(java.lang.String fullName)
Looks up the specified service in the currently bound Session. |
static java.lang.Object |
lookupSingleton(java.lang.Class singletonType)
Looks up the specified singleton in the currently bound Session. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.Object lookupSingleton(java.lang.Class singletonType)
singletonType
- The type of the singleton instance.
public static java.lang.Object lookupService(java.lang.String fullName)
fullName
- The fully-qualified name of the service instance.
public static java.lang.Object lookupDispatcher(java.lang.Class dispatcherInterface)
dispatcherInterface
- The type of the dispatcher interface.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |