Uses of Package
org.sourceforge.jemm.database

Packages that use org.sourceforge.jemm.database
org.sourceforge.jemm   
org.sourceforge.jemm.client   
org.sourceforge.jemm.database   
org.sourceforge.jemm.database.components   
org.sourceforge.jemm.database.components.interfaces   
org.sourceforge.jemm.database.components.se   
org.sourceforge.jemm.database.components.types   
org.sourceforge.jemm.database.components.userlock   
org.sourceforge.jemm.database.debug   
org.sourceforge.jemm.database.memory   
org.sourceforge.jemm.database.persistent.berkeley   
org.sourceforge.jemm.database.persistent.berkeley.objects   
org.sourceforge.jemm.database.persistent.berkeley.proxy   
org.sourceforge.jemm.database.remote.client   
org.sourceforge.jemm.database.remote.server   
org.sourceforge.jemm.database.remote.shared   
org.sourceforge.jemm.lifecycle   
org.sourceforge.jemm.util   
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm
Database
          Database is the abstract interface defining the storage subsystem.
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.client
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
DatabaseDebugIF
          A debugging/testing interface that Database implementations may expose.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
FieldInfo
          A fieldInfo represents all the information to do with a Field in a Java class.
FieldType
          The valid field types within JEMM
GetObjectResp
           
LockAcquiredListener
           
ObjectState
           
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
DatabaseDebugIF
          A debugging/testing interface that Database implementations may expose.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
FieldInfo
          A fieldInfo represents all the information to do with a Field in a Java class.
FieldType
          The valid field types within JEMM
GetObjectResp
           
LockAcquiredListener
           
ObjectState
           
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.components
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
DatabaseDebugIF
          A debugging/testing interface that Database implementations may expose.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
GetObjectResp
           
LockAcquiredListener
           
ObjectAccessor
          Interface to reduce direct coupling between ObjectHandlers and their users.
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.components.interfaces
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
EnumId
          The id type for stored enumerated types.
EnumInfo
           
LockAcquiredListener
           
ObjectAccessor
          Interface to reduce direct coupling between ObjectHandlers and their users.
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.components.se
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
EnumId
          The id type for stored enumerated types.
EnumInfo
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.components.types
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
FieldInfo
          A fieldInfo represents all the information to do with a Field in a Java class.
GetObjectResp
           
ObjectSyncData
           
ObjectSyncResp
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.components.userlock
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
LockAcquiredListener
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.debug
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
DatabaseDebugIF
          A debugging/testing interface that Database implementations may expose.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
GetObjectResp
           
LockAcquiredListener
           
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.memory
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.persistent.berkeley
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.persistent.berkeley.objects
ClientId
          The ClientId represents a client to a database instance.
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.persistent.berkeley.proxy
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
EnumInfo
           
FieldInfo
          A fieldInfo represents all the information to do with a Field in a Java class.
FieldType
          The valid field types within JEMM
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.remote.client
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
ClientId
          The ClientId represents a client to a database instance.
ClientThreadId
           
Database
          Database is the abstract interface defining the storage subsystem.
DatabaseDebugIF
          A debugging/testing interface that Database implementations may expose.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
GetObjectResp
           
LockAcquiredListener
           
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.remote.server
ClientId
          The ClientId represents a client to a database instance.
Database
          Database is the abstract interface defining the storage subsystem.
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.database.remote.shared
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
ClassInfo
          Immutable class representing a class.
EnumId
          The id type for stored enumerated types.
EnumInfo
           
GetObjectResp
           
ObjectSyncData
           
ObjectSyncResp
           
StructureModifiedException
           
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.lifecycle
ClassId
          ClassId represents the id assigned to a class when it has been registered with a database.
FieldInfo
          A fieldInfo represents all the information to do with a Field in a Java class.
FieldType
          The valid field types within JEMM
 

Classes in org.sourceforge.jemm.database used by org.sourceforge.jemm.util
ClientThreadId
           
 



Copyright © 2009. All Rights Reserved.