public class SessionListenerCollection extends AbstractCollection
| Constructor and Description |
|---|
SessionListenerCollection(javax.servlet.http.HttpSession session)
Creates a new SessionListenerCollection which stores all listeners
defined in guacamole.properties in the provided session.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
iterator() |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic SessionListenerCollection(javax.servlet.http.HttpSession session)
throws net.sourceforge.guacamole.GuacamoleException
session - The HttpSession to store listeners within.net.sourceforge.guacamole.GuacamoleException - If an error occurs while instantiating new
listeners.public Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in class AbstractCollectionCopyright © 2013. All Rights Reserved.