Class LogHelperCmpCompiler
- java.lang.Object
-
- com.sun.jdo.spi.persistence.support.ejb.codegen.LogHelperCmpCompiler
-
public class LogHelperCmpCompiler extends Object
- Author:
- Piali Nag
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringbundleNameThe bundle name for this componentprotected static StringcomponentNameThe component name for this componentprotected static ClassLoaderloaderThe class loader for this component
-
Constructor Summary
Constructors Constructor Description LogHelperCmpCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger()Return the logger for the codegen component
-
-
-
Field Detail
-
componentName
protected static final String componentName
The component name for this component- See Also:
- Constant Field Values
-
loader
protected static final ClassLoader loader
The class loader for this component
-
bundleName
protected static final String bundleName
The bundle name for this component- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogger
public static Logger getLogger()
Return the logger for the codegen component
-
-