Package ch.tocco.nice2.netui.impl.remote
Class RemoteContextManagerImpl
java.lang.Object
ch.tocco.nice2.netui.impl.remote.RemoteContextManagerImpl
- All Implemented Interfaces:
RemoteContextManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a RemoteContext.
-
Constructor Details
-
RemoteContextManagerImpl
public RemoteContextManagerImpl()
-
-
Method Details
-
create
public RemoteContext create(@Nullable @Nullable String httpSessionId, @Nullable @Nullable String userName) Description copied from interface:RemoteContextManager
Create a RemoteContext.- Specified by:
create
in interfaceRemoteContextManager
- Parameters:
httpSessionId
- The http session id.userName
- The name of the user.- Returns:
- the created RemoteContext.
-
getKnownUsers
- Specified by:
getKnownUsers
in interfaceRemoteContextManager
- Returns:
- the usernames of all known users.
-