站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

Uses of Interface org.jboss.aspects.versioned.DistributedUpdate (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


Uses of Interface
org.jboss.aspects.versioned.DistributedUpdate

Packages that use DistributedUpdate
org.jboss.aspects.versioned   
 

Uses of DistributedUpdate in org.jboss.aspects.versioned
 

Classes in org.jboss.aspects.versioned that implement DistributedUpdate
 class DistributedListUpdate
           
 class DistributedMapUpdate
           
 class DistributedPOJOUpdate
           
 class DistributedSetUpdate
           
 

Methods in org.jboss.aspects.versioned that return DistributedUpdate
 DistributedUpdate DistributedState.createTxUpdate(Transaction tx)
           
 DistributedUpdate DistributedSetState.createTxUpdate(Transaction tx)
           
 DistributedUpdate DistributedPOJOState.createTxUpdate(Transaction tx)
           
 DistributedUpdate DistributedMapState.createTxUpdate(Transaction tx)
           
 DistributedUpdate DistributedListState.createTxUpdate(Transaction tx)
           
 

Methods in org.jboss.aspects.versioned with parameters of type DistributedUpdate
 void SynchronizationManager.noTxUpdate(DistributedUpdate update)
           
 void LocalSynchronizationManager.noTxUpdate(DistributedUpdate update)
           
 void DistributedSynchronizationManager.noTxUpdate(DistributedUpdate update)
           
 void DistributedState.mergeState(DistributedUpdate update)
           
 void DistributedSetState.mergeState(DistributedUpdate update)
           
 void DistributedPOJOState.mergeState(DistributedUpdate update)
           
 void DistributedMapState.mergeState(DistributedUpdate update)
           
 void DistributedListState.mergeState(DistributedUpdate update)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.