Uses of Interface
com.sun.sgs.service.store.db.DbEnvironment

Packages that use DbEnvironment
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.impl.service.data.store.db.bdb Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB
com.sun.sgs.impl.service.data.store.db.je Provides an implementation of the interfaces in the com.sun.sgs.service.store.db package based on Berkeley DB Java Edition
 

Uses of DbEnvironment in com.sun.sgs.impl.service.data.store
 

Methods in com.sun.sgs.impl.service.data.store with parameters of type DbEnvironment
static int DbUtilities.getClassId(DbEnvironment env, DbDatabase classesDb, byte[] classInfo, long timeout)
          Returns the class ID to represent classes with the specified class information.
static byte[] DbUtilities.getClassInfo(DbEnvironment env, DbDatabase classesDb, int classId, long timeout)
          Returns the class information associated with the specified class ID.
static DbUtilities.Databases DbUtilities.getDatabases(DbEnvironment env, DbTransaction dbTxn, LoggerWrapper logger)
          Opens or creates the Berkeley DB databases for a data store.
 

Uses of DbEnvironment in com.sun.sgs.impl.service.data.store.db.bdb
 

Classes in com.sun.sgs.impl.service.data.store.db.bdb that implement DbEnvironment
 class BdbEnvironment
          Provides a database implementation based on Berkeley DB.
 

Uses of DbEnvironment in com.sun.sgs.impl.service.data.store.db.je
 

Classes in com.sun.sgs.impl.service.data.store.db.je that implement DbEnvironment
 class JeEnvironment
          Provides a database implementation based on Berkeley DB Java Edition.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved