Class LogHelperEJBCompiler
- java.lang.Object
-
- com.sun.jdo.spi.persistence.support.ejb.ejbc.LogHelperEJBCompiler
-
public class LogHelperEJBCompiler 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 LogHelperEJBCompiler()
-
-
-
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 ejbc component
-
-