Uses of Interface
com.sun.sgs.app.DataManager

Packages that use DataManager
com.sun.sgs.app Provides the interface to the RedDwarf Server used by application developers. 
com.sun.sgs.impl.app.profile Provides manager implementations that support profiling. 
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.service.data Provides an implementation of DataService
com.sun.sgs.internal Provides implementation hooks for a RedDwarf Server to configure the underlying behavior of the system. 
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Uses of DataManager in com.sun.sgs.app
 

Methods in com.sun.sgs.app that return DataManager
static DataManager AppContext.getDataManager()
          Returns the DataManager for use by the current application.
 

Uses of DataManager in com.sun.sgs.impl.app.profile
 

Classes in com.sun.sgs.impl.app.profile that implement DataManager
 class ProfileDataManager
          This implementation of DataManager simply calls its backing manager for each manager method.
 

Constructors in com.sun.sgs.impl.app.profile with parameters of type DataManager
ProfileDataManager(DataManager backingManager)
          Creates an instance of ProfileDataManager.
 

Uses of DataManager in com.sun.sgs.impl.kernel
 

Methods in com.sun.sgs.impl.kernel that return DataManager
(package private)  DataManager KernelContext.getDataManager()
          Returns the DataManager used in this context.
 DataManager ManagerLocatorImpl.getDataManager()
           
static DataManager ContextResolver.getDataManager()
          Returns the DataManager used in this context.
(package private)  DataManager StartupKernelContext.getDataManager()
          Returns the DataManager used in this context.
 

Uses of DataManager in com.sun.sgs.impl.service.data
 

Classes in com.sun.sgs.impl.service.data that implement DataManager
 class DataServiceImpl
          Provides an implementation of DataService based on DataStoreImpl.
 

Uses of DataManager in com.sun.sgs.internal
 

Methods in com.sun.sgs.internal that return DataManager
 DataManager ManagerLocator.getDataManager()
          Returns the DataManager for use by the current application.
 

Uses of DataManager in com.sun.sgs.service
 

Subinterfaces of DataManager in com.sun.sgs.service
 interface DataService
          Provides facilities for services to manage access to shared, persistent objects.
 


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