public class JdoNewInstance2 extends ClassMethod
public PersistenceCapable jdoNewInstance(StateManager sm, Object o)
{
Answer result = new Answer();
result.jdoFlags = (byte) 1;
result.jdoStateManager = sm;
result.jdoCopyKeyFieldsFromObjectId(o);
return result;
}
and throw an exception when the class is abstractaccess, argNames, argTypes, enhancer, exceptions, LOCALISER, methodName, returnType, visitor| Constructor and Description |
|---|
JdoNewInstance2(ClassEnhancer enhancer,
String name,
int access,
Object returnType,
Object[] argTypes,
String[] argNames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Method to add the contents of the class method.
|
static JdoNewInstance2 |
getInstance(ClassEnhancer enhancer) |
close, equals, getAccess, getClassEnhancer, getDescriptor, getMethodAdditionMessage, getName, getNamer, hashCode, initialise, initialisepublic JdoNewInstance2(ClassEnhancer enhancer, String name, int access, Object returnType, Object[] argTypes, String[] argNames)
enhancer - ClassEnhancername - Name of methodaccess - Access typereturnType - Return typeargTypes - Argument typesargNames - Argument namespublic static JdoNewInstance2 getInstance(ClassEnhancer enhancer)
public void execute()
execute in class ClassMethodCopyright © 2013. All Rights Reserved.