public interface Session
Modifier and Type | Interface and Description |
---|---|
static interface |
Session.SessionListener |
Modifier and Type | Method and Description |
---|---|
void |
addSessionListener(Session.SessionListener listener) |
Set<String> |
getPrivileges() |
Map<String,String> |
getProperties()
Get the session properties
|
void |
removeSessionListener(Session.SessionListener listener) |
Map<String,String> getProperties()
This method must actually return a copy of the session properties or an unmodifiable instance.
void addSessionListener(Session.SessionListener listener)
void removeSessionListener(Session.SessionListener listener)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.