Class LogHelperEntityInternal
java.lang.Object
com.sun.jdo.spi.persistence.support.ejb.cmp.LogHelperEntityInternal
- Version:
- 1.0
- Author:
- Craig Russell
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe bundle name for this componentprotected static final StringThe component name for this componentprotected static final ClassLoaderThe class loader for this component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.jdo.spi.persistence.utility.logging.LoggerReturn the logger for the entity internal component
-
Field Details
-
componentName
The component name for this component- See Also:
-
loader
The class loader for this component -
bundleName
The bundle name for this component- See Also:
-
-
Constructor Details
-
LogHelperEntityInternal
public LogHelperEntityInternal()
-
-
Method Details
-
getLogger
public static com.sun.jdo.spi.persistence.utility.logging.Logger getLogger()Return the logger for the entity internal component
-