当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
SynchronizationManager (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.versioned
Interface SynchronizationManager
- All Known Implementing Classes:
- LocalSynchronizationManager
- public interface SynchronizationManager
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
getObject
public Object getObject(org.jboss.util.id.GUID guid)
getState
public DistributedState getState(org.jboss.util.id.GUID guid)
putObject
public void putObject(org.jboss.util.id.GUID guid,
Object obj)
putState
public void putState(org.jboss.util.id.GUID guid,
Object obj)
noTxUpdate
public void noTxUpdate(DistributedUpdate update)
throws Exception
- Throws:
Exception
registerUpdate
public void registerUpdate(Transaction tx,
DistributedState state)
throws Exception
- Throws:
Exception
createObjects
public void createObjects(List newObjects)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.