com.sun.sgs.impl.kernel
Class AbstractAccessCoordinator
java.lang.Object
com.sun.sgs.impl.kernel.AbstractAccessCoordinator
- All Implemented Interfaces:
- AccessCoordinatorHandle, AccessCoordinator
- Direct Known Subclasses:
- LockingAccessCoordinator, TrackingAccessCoordinator
public abstract class AbstractAccessCoordinator
- extends Object
- implements AccessCoordinatorHandle
Provides a skeletal implementation of AccessCoordinatorHandle.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
txnProxy
protected final TransactionProxy txnProxy
- The transaction proxy.
profileCollectorHandle
protected final ProfileCollectorHandle profileCollectorHandle
- The profile collector handle.
AbstractAccessCoordinator
protected AbstractAccessCoordinator(TransactionProxy txnProxy,
ProfileCollectorHandle profileCollectorHandle)
- Creates an instance of this class.
- Parameters:
txnProxy - the transaction proxyprofileCollectorHandle - the profile collector handle
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved