org.jpox.enhancer.method
Class JdoNewObjectIdInstance2

java.lang.Object
  extended by org.jpox.enhancer.method.ClassElementBuilder
      extended by org.jpox.enhancer.method.MethodBuilder
          extended by org.jpox.enhancer.method.JdoNewObjectIdInstance2

public class JdoNewObjectIdInstance2
extends MethodBuilder

Create the jdoNewObjectIdInstance(Object) method.

Version:
$Revision: 1.14 $

Field Summary
 
Fields inherited from class org.jpox.enhancer.method.MethodBuilder
argName, argType, factory, il, LOCALISER, methodGen, methodName, resultType, synthetic, type
 
Fields inherited from class org.jpox.enhancer.method.ClassElementBuilder
classConfig, classGen, className, constantPoolGen, gen, jdoConfig, packageConfig
 
Constructor Summary
JdoNewObjectIdInstance2(java.lang.String methodName, int type, org.apache.bcel.generic.Type resultType, org.apache.bcel.generic.Type[] argType, java.lang.String[] argName, boolean synthetic, GeneratorBase gen)
           
 
Method Summary
 void execute()
          ClassElementBuilder routine
static JdoNewObjectIdInstance2 getInstance(GeneratorBase gen)
           
 
Methods inherited from class org.jpox.enhancer.method.MethodBuilder
close, createThrowException, createThrowException, equals, hashCode, init, isSynthetic
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdoNewObjectIdInstance2

public JdoNewObjectIdInstance2(java.lang.String methodName,
                               int type,
                               org.apache.bcel.generic.Type resultType,
                               org.apache.bcel.generic.Type[] argType,
                               java.lang.String[] argName,
                               boolean synthetic,
                               GeneratorBase gen)
Parameters:
methodName -
type -
resultType -
argType -
argName -
synthetic -
gen -
Method Detail

getInstance

public static JdoNewObjectIdInstance2 getInstance(GeneratorBase gen)

execute

public void execute()
Description copied from class: ClassElementBuilder
ClassElementBuilder routine

Overrides:
execute in class MethodBuilder


Copyright © -2008 . All Rights Reserved.