Class LogHelperEntityLifecycle
- java.lang.Object
-
- com.sun.jdo.spi.persistence.support.ejb.cmp.LogHelperEntityLifecycle
-
public class LogHelperEntityLifecycle extends Object
- Version:
- 1.0
- Author:
- Craig Russell
-
-
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 LogHelperEntityLifecycle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LoggergetLogger()Return the logger for the entity lifecycle 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 entity lifecycle component
-
-