public abstract class AbstractStrongReferencingConnection extends AbstractConnection
manager| Constructor and Description |
|---|
AbstractStrongReferencingConnection(java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoved()
Return true if one of the objects connected by this connection no longer
exists, i.e.
|
protected <T> java.lang.ref.WeakReference<T> |
putStrong(java.lang.String role,
T o) |
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, put, remove, remove, setLabel, setManager, toString, updatedpublic AbstractStrongReferencingConnection(java.lang.String label)
protected <T> java.lang.ref.WeakReference<T> putStrong(java.lang.String role,
T o)
public boolean isRemoved()
ConnectionisRemoved in interface ConnectionisRemoved in class AbstractConnection