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

Versioned (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.versioned
Class Versioned

java.lang.Object
  extended byorg.jboss.aspects.versioned.Versioned

public class Versioned
extends Object

This interceptor handles chooses an object to invoke on based on the transaction

Version:
$Revision: 1.2 $
Author:
Bill Burke

Field Summary
static String READONLY
           
static String VERSIONED
           
static String VERSIONED_OBJECT
           
 
Constructor Summary
Versioned()
           
 
Method Summary
static DistributedVersionManager getLocalVersionManager()
           
static void makePerFieldVersioned(Object target)
           
static Object makeVersioned(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSIONED

public static final String VERSIONED
See Also:
Constant Field Values

VERSIONED_OBJECT

public static final String VERSIONED_OBJECT
See Also:
Constant Field Values

READONLY

public static final String READONLY
See Also:
Constant Field Values
Constructor Detail

Versioned

public Versioned()
Method Detail

makeVersioned

public static Object makeVersioned(Object target)
                            throws Exception
Throws:
Exception

getLocalVersionManager

public static DistributedVersionManager getLocalVersionManager()
                                                        throws Exception
Throws:
Exception

makePerFieldVersioned

public static void makePerFieldVersioned(Object target)
                                  throws Exception
Throws:
Exception


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