|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessReporter.AccessType | |
|---|---|
| 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.AccessType in com.sun.sgs.impl.kernel |
|---|
| Methods in com.sun.sgs.impl.kernel with parameters of type AccessReporter.AccessType | |
|---|---|
void |
NullAccessCoordinator.reportObjectAccess(Object objectId,
AccessReporter.AccessType type)
Reports to the coordinator that object access has been requested in the context of the current transaction. |
void |
NullAccessCoordinator.reportObjectAccess(Object objectId,
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 |
AbstractAccessCoordinator.AbstractAccessReporter.reportObjectAccess(T objId,
AccessReporter.AccessType type)
Reports to the coordinator that object access has been requested in the context of the current transaction. |
void |
AbstractAccessCoordinator.AbstractAccessReporter.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 |
NullAccessCoordinator.reportObjectAccess(Transaction txn,
Object objectId,
AccessReporter.AccessType type)
Reports to the coordinator that object access has been requested in the context of the provided transaction. |
void |
NullAccessCoordinator.reportObjectAccess(Transaction txn,
Object objectId,
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. |
void |
AbstractAccessCoordinator.AbstractAccessReporter.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. |
| Uses of AccessReporter.AccessType in com.sun.sgs.impl.service.data.store |
|---|
| Methods in com.sun.sgs.impl.service.data.store with parameters of type AccessReporter.AccessType | |
|---|---|
protected void |
AbstractDataStore.reportNameAccess(Transaction txn,
String name,
AccessReporter.AccessType type)
Reports a name access. |
protected void |
AbstractDataStore.reportObjectAccess(Transaction txn,
long oid,
AccessReporter.AccessType type)
Reports an object access. |
| 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 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||