Uses of Class
com.sun.sgs.kernel.AccessReporter.AccessType

Packages that use AccessReporter.AccessType
com.sun.sgs.kernel Provides the core system interfaces used by the RedDwarf Server. 
 

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

Methods in com.sun.sgs.kernel that return AccessReporter.AccessType
 AccessReporter.AccessType AccessedObject.getAccessType()
          Returns the type of access requested.
static AccessReporter.AccessType AccessReporter.AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessReporter.AccessType[] AccessReporter.AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.sgs.kernel with parameters of type AccessReporter.AccessType
 void AccessReporter.reportObjectAccess(T objId, AccessReporter.AccessType type)
          Reports to the coordinator that object access has been requested in the context of the current transaction.
 void AccessReporter.reportObjectAccess(T objId, AccessReporter.AccessType type, Object description)
          Reports to the coordinator that an object access with the provided description has been requested in the context of the current transaction.
 void AccessReporter.reportObjectAccess(Transaction txn, T objId, AccessReporter.AccessType type)
          Reports to the coordinator that object access has been requested in the context of the provided transaction.
 void AccessReporter.reportObjectAccess(Transaction txn, T objId, AccessReporter.AccessType type, Object description)
          Reports to the coordinator that an object access with the provided description has been requested in the context of the provided transaction.
 


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