org.jpox.enhancer.asm.method
Class JdoIsTransactional
java.lang.Object
org.jpox.enhancer.ClassMethod
org.jpox.enhancer.asm.ASMClassMethod
org.jpox.enhancer.asm.method.JdoIsXXX
org.jpox.enhancer.asm.method.JdoIsTransactional
public class JdoIsTransactional
- extends JdoIsXXX
Method to generate the method "jdoIsTransactional" using ASM.
- Version:
- $Revision: 1.5 $
|
Constructor Summary |
JdoIsTransactional(ClassEnhancer enhancer,
java.lang.String name,
int access,
java.lang.Object returnType,
java.lang.Object[] argTypes,
java.lang.String[] argNames)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JdoIsTransactional
public JdoIsTransactional(ClassEnhancer enhancer,
java.lang.String name,
int access,
java.lang.Object returnType,
java.lang.Object[] argTypes,
java.lang.String[] argNames)
- Constructor.
- Parameters:
enhancer - ClassEnhancername - Name of methodaccess - Access typereturnType - Return typeargTypes - Argument typesargNames - Argument names
getInstance
public static JdoIsTransactional getInstance(ClassEnhancer enhancer)
getStateManagerIsMethod
protected java.lang.String getStateManagerIsMethod()
- Method returning the name of the method on the StateManager that gives the return info.
- Specified by:
getStateManagerIsMethod in class JdoIsXXX
- Returns:
- Name of the StateManager method (isNew, isPersistent, isDeleted etc)
Copyright © -2008 . All Rights Reserved.