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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public SessionListenerCollection(javax.servlet.http.HttpSession session) throws GuacamoleException
session
- The HttpSession to store listeners within.GuacamoleException
- If an error occurs while instantiating new
listeners.public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in class AbstractCollection
Copyright © 2013. All rights reserved.