|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.spaces.AbstractObjectSpace
public abstract class AbstractObjectSpace
Field Summary | |
---|---|
protected java.util.Map |
attachers
The map to store ISerializableAttacher objects by the key of the object they are associated with. |
protected java.util.Map |
detachers
The map to store ISerializableDetacher objects by the key of the object they are associated with. |
protected EDU.oswego.cs.dl.util.concurrent.ReentrantLock |
lock
Lock object to synchronize access collection objects. |
protected java.util.Map |
objects
The map to store objects stored by the object space. |
Constructor Summary | |
---|---|
AbstractObjectSpace()
Creates a new AbstractObjectSpace object. |
Method Summary | |
---|---|
boolean |
contains(java.lang.String key)
|
protected void |
throwNoInstalledAttacher(java.lang.String key)
|
protected void |
throwNoInstalledDetacher(java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map objects
protected EDU.oswego.cs.dl.util.concurrent.ReentrantLock lock
protected java.util.Map attachers
ISerializableAttacher
objects by the key of the object they are associated with.
protected java.util.Map detachers
ISerializableDetacher
objects by the key of the object they are associated with.
Constructor Detail |
---|
public AbstractObjectSpace()
AbstractObjectSpace
object.
Method Detail |
---|
public boolean contains(java.lang.String key)
protected void throwNoInstalledDetacher(java.lang.String key) throws NoInstalledDetacher
key
-
NoInstalledDetacher
protected void throwNoInstalledAttacher(java.lang.String key) throws NoInstalledAttacher
key
-
NoInstalledAttacher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |