|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDatabase | |
---|---|
org.sourceforge.jemm | |
org.sourceforge.jemm.client |
Uses of ObjectDatabase in org.sourceforge.jemm |
---|
Fields in org.sourceforge.jemm declared as ObjectDatabase | |
---|---|
protected ObjectDatabase |
AbstractStore.db
|
Uses of ObjectDatabase in org.sourceforge.jemm.client |
---|
Classes in org.sourceforge.jemm.client that implement ObjectDatabase | |
---|---|
class |
AlwaysRefreshObjectDatabase
An ObjectDatabase delegate that calls getRefreshedObject when getObject is called. |
class |
DatabaseAdapter
An Adapter that maps the ObjectState fields onto actual objects, which are created and stores the objects it creates into a memory sensitive cache. |
class |
DelegatingObjectDatabase
An ObjectDatabase implementation that delegates all its calls to the ObjectDatabase passed into the constructor. |
class |
SynchronousLockDecorator
An ObjectDatabase implementation that converts acquireLock calls into synchronous calls that wait for the lock to be acquired. |
Constructors in org.sourceforge.jemm.client with parameters of type ObjectDatabase | |
---|---|
AlwaysRefreshObjectDatabase(ObjectDatabase database)
|
|
DelegatingObjectDatabase(ObjectDatabase database)
|
|
JEMMObjectCreatorImpl(MethodListener ml,
ObjectDatabase db)
|
|
LifecycleListenerImpl(ObjectDatabase db,
StackTracer st,
LockTracer lt)
|
|
ObjectOperationsFacade(ObjectDatabase db)
|
|
SynchronousLockDecorator(ClientId clientId,
ObjectDatabase delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |