org.jboss.aspects.versioned
Class Versioned
java.lang.Object
org.jboss.aspects.versioned.Versioned
public class Versioned
- extends Object
This interceptor handles chooses an object to invoke
on based on the transaction
- Version:
- $Revision: 57186 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Versioned
public Versioned()
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.