|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.sgs.impl.kernel.ManagerLocatorImpl
class ManagerLocatorImpl
Package-private implementation of ManagerLocator that is
to be used as the default locator for the
InternalContext.
InternalContext.setManagerLocator(com.sun.sgs.internal.ManagerLocator)| Constructor Summary | |
|---|---|
ManagerLocatorImpl()
|
|
| Method Summary | ||
|---|---|---|
ChannelManager |
getChannelManager()
Returns the ChannelManager for use by the current
application. |
|
DataManager |
getDataManager()
Returns the DataManager for use by the current application. |
|
|
getManager(Class<T> type)
Returns a manager of the specified type for use by the current application. |
|
TaskManager |
getTaskManager()
Returns the TaskManager for use by the current application. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ManagerLocatorImpl()
| Method Detail |
|---|
public ChannelManager getChannelManager()
ManagerLocatorChannelManager for use by the current
application.
getChannelManager in interface ManagerLocatorChannelManager for the current applicationpublic DataManager getDataManager()
ManagerLocatorDataManager for use by the current application.
getDataManager in interface ManagerLocatorDataManager for the current applicationpublic TaskManager getTaskManager()
ManagerLocatorTaskManager for use by the current application.
getTaskManager in interface ManagerLocatorTaskManager for the current applicationpublic <T> T getManager(Class<T> type)
ManagerLocator
getManager in interface ManagerLocatorT - the type of the managertype - a class representing the type of the manager
|
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 | |||||||||