public class SessionImpl extends AbstractSessionImpl implements Session, ItemListListener
AbstractSessionImpl.DisposeListenerSession.SessionListener| Constructor and Description |
|---|
SessionImpl(UserInformation user,
java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addQuery(QueryImpl query) |
void |
dispose() |
protected void |
fireListChanged(java.util.Set<HistoricalItemInformation> addedOrModified,
java.util.Set<java.lang.String> removed,
boolean full) |
void |
listChanged(java.util.Set<HistoricalItemInformation> addedOrModified,
java.util.Set<java.lang.String> removed,
boolean full) |
void |
removeQuery(QueryImpl query) |
void |
setItemListListener(ItemListListener itemListListener) |
addDisposeListener, addSessionListener, firePrivilegeChange, getPrivileges, getProperties, getUserInformation, removeDisposeListener, removeSessionListener, setPrivileges, wrapCallbackHandlerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSessionListener, getPrivileges, getProperties, removeSessionListenerpublic SessionImpl(UserInformation user,
java.util.Map<java.lang.String,java.lang.String> properties)
public void dispose()
dispose in class AbstractSessionImplpublic void setItemListListener(ItemListListener itemListListener)
public void listChanged(java.util.Set<HistoricalItemInformation> addedOrModified, java.util.Set<java.lang.String> removed, boolean full)
listChanged in interface ItemListListenerprotected void fireListChanged(java.util.Set<HistoricalItemInformation> addedOrModified, java.util.Set<java.lang.String> removed, boolean full)
public void addQuery(QueryImpl query)
public void removeQuery(QueryImpl query)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0