|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.kernel.KernelContext
com.sun.sgs.impl.kernel.StartupKernelContext
final class StartupKernelContext
This is an overridden implementation of KernelContext used only
during to startup to provide access to Managers and
Services as they become available.
| Field Summary |
|---|
| Fields inherited from class com.sun.sgs.impl.kernel.KernelContext |
|---|
managerComponents, serviceComponents |
| Constructor Summary | |
|---|---|
StartupKernelContext(String applicationName)
Creates an instance of StartupKernelContext. |
|
| Method Summary | |
|---|---|
(package private) void |
addManager(Object manager)
Adds a Manager to those avilable in this context. |
(package private) void |
addService(Service service)
Adds a Service to those avilable in this context. |
(package private) ChannelManager |
getChannelManager()
Returns the ChannelManager used in this context. |
(package private) DataManager |
getDataManager()
Returns the DataManager used in this context. |
(package private) TaskManager |
getTaskManager()
Returns the TaskManager used in this context. |
(package private) void |
notifyReady()
Notifies all included Services that the system is now ready. |
| Methods inherited from class com.sun.sgs.impl.kernel.KernelContext |
|---|
getManager, getService, shutdownServices, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StartupKernelContext(String applicationName)
StartupKernelContext.
applicationName - the name of the application represented
by this context| Method Detail |
|---|
void addManager(Object manager)
Manager to those avilable in this context.
manager - the Manager to addvoid addService(Service service)
Service to those avilable in this context.
service - the Service to addChannelManager getChannelManager()
ChannelManager used in this context.
getChannelManager in class KernelContextChannelManagerDataManager getDataManager()
DataManager used in this context.
getDataManager in class KernelContextDataManagerTaskManager getTaskManager()
TaskManager used in this context.
getTaskManager in class KernelContextTaskManagervoid notifyReady()
notifyReady in class KernelContext
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||