org.siebengeisslein.server
Class ConnectionManager
java.lang.Object
org.siebengeisslein.server.ConnectionManager
public class ConnectionManager
- extends java.lang.Object
The ConnectionManager manages the currently open Connections.
It cannot contain only the ServerCallbacks, because the
Connection class is responsible for filtering the relevant oids
in expireOIDs().
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionManager
public ConnectionManager()
add
public void add(LocalConnection c)
throws CoreException
- Throws:
CoreException
remove
public void remove(LocalConnection c)
- May be called for connections not contained in cm.
expireOIDs
public void expireOIDs(long[] objIDs,
LocalConnection changedBy)
throws CoreException
- Throws:
CoreException
close
public void close()