public class SessionImpl extends AbstractSessionImpl implements Session, ItemListListener
AbstractSessionImpl.DisposeListener
Session.SessionListener
Constructor and Description |
---|
SessionImpl(UserInformation user,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
addQuery(QueryImpl query) |
void |
dispose() |
protected void |
fireListChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
void |
listChanged(Set<HistoricalItemInformation> addedOrModified,
Set<String> removed,
boolean full) |
void |
removeQuery(QueryImpl query) |
void |
setItemListListener(ItemListListener itemListListener) |
addDisposeListener, addSessionListener, firePrivilegeChange, getPrivileges, getProperties, getUserInformation, removeDisposeListener, removeSessionListener, setPrivileges, wrapCallbackHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSessionListener, getPrivileges, getProperties, removeSessionListener
public SessionImpl(UserInformation user, Map<String,String> properties)
public void dispose()
dispose
in class AbstractSessionImpl
public void setItemListListener(ItemListListener itemListListener)
public void listChanged(Set<HistoricalItemInformation> addedOrModified, Set<String> removed, boolean full)
listChanged
in interface ItemListListener
protected void fireListChanged(Set<HistoricalItemInformation> addedOrModified, Set<String> removed, boolean full)
public void addQuery(QueryImpl query)
public void removeQuery(QueryImpl query)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.