当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
DistributedState (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.versioned
Interface DistributedState
- All Known Implementing Classes:
- DistributedListState, DistributedMapState, DistributedPOJOState, DistributedSetState
- public interface DistributedState
getGUID
public org.jboss.util.id.GUID getGUID()
createTxUpdate
public DistributedUpdate createTxUpdate(Transaction tx)
buildObject
public org.jboss.aop.InstanceAdvised buildObject(SynchronizationManager manager,
DistributedVersionManager versionManager)
throws Exception
- Throws:
Exception
mergeState
public void mergeState(DistributedUpdate update)
throws Exception
- Throws:
Exception
mergeState
public void mergeState(Transaction tx)
throws Exception
- Throws:
Exception
checkOptimisticLock
public void checkOptimisticLock(Transaction tx)
getObject
public org.jboss.aop.InstanceAdvised getObject()
acquireWriteLock
public void acquireWriteLock()
acquireReadLock
public void acquireReadLock()
releaseReadLock
public void releaseReadLock()
releaseWriteLock
public void releaseWriteLock()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.