Uses of Interface
org.sourceforge.jemm.client.ObjectSource

Packages that use ObjectSource
org.sourceforge.jemm.client   
org.sourceforge.jemm.client.types   
 

Uses of ObjectSource in org.sourceforge.jemm.client
 

Subinterfaces of ObjectSource in org.sourceforge.jemm.client
 interface ObjectDatabase
          An ObjectDatabase is similar to a Database but instead of working with Field values it works on the constructed Objects.
 

Classes in org.sourceforge.jemm.client that implement ObjectSource
 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 ObjectSource
ObjectAccessor(JEMMObject obj, ObjectSource database)
          Creates an Accessor to an enhanced object
 

Uses of ObjectSource in org.sourceforge.jemm.client.types
 

Constructors in org.sourceforge.jemm.client.types with parameters of type ObjectSource
FieldTypeAccessorChooser(ObjectSource source, Entity entity)
           
JEMMObjectAccessor(Entity entity, ObjectSource source)
           
 



Copyright © 2009. All Rights Reserved.