Uses of Interface
com.sun.sgs.kernel.AccessReporter

Packages that use AccessReporter
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
com.sun.sgs.kernel Provides the core system interfaces used by the RedDwarf Server. 
 

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

Classes in com.sun.sgs.impl.kernel that implement AccessReporter
 class AbstractAccessCoordinator.AbstractAccessReporter<T>
          Provides a skeletal implementation of AccessReporter, supplying the overloadings of reportObjectAccess and setObjectDescription that supply default arguments.
 class NullAccessCoordinator
          Define an AccessCoordinatorHandle that does not detect conflicts, report accesses to the profiling system, or perform any error checking on its arguments.
 

Methods in com.sun.sgs.impl.kernel that return AccessReporter
<T> AccessReporter<T>
TrackingAccessCoordinator.registerAccessSource(String sourceName, Class<T> objectIdType)
          Register as a provider of shared objects, and therefore a possible source of conflict between transactions.
<T> AccessReporter<T>
NullAccessCoordinator.registerAccessSource(String sourceName, Class<T> objectIdType)
          Register as a provider of shared objects, and therefore a possible source of conflict between transactions.
<T> AccessReporter<T>
LockingAccessCoordinator.registerAccessSource(String sourceName, Class<T> objectIdType)
          Register as a provider of shared objects, and therefore a possible source of conflict between transactions.
 

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

Fields in com.sun.sgs.impl.service.data.store declared as AccessReporter
protected  AccessReporter<String> AbstractDataStore.nameAccesses
          The reporter to notify of bound name accesses.
protected  AccessReporter<Long> AbstractDataStore.objectAccesses
          The reporter to notify of object accesses.
 

Uses of AccessReporter in com.sun.sgs.kernel
 

Methods in com.sun.sgs.kernel that return AccessReporter
<T> AccessReporter<T>
AccessCoordinator.registerAccessSource(String sourceName, Class<T> objectIdType)
          Register as a provider of shared objects, and therefore a possible source of conflict between transactions.
 


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