FileDocCategorySizeDatePackage
LogHelperEntityLifecycle.javaAPI DocGlassfish v2 API2901Fri May 04 22:34:48 BST 2007com.sun.jdo.spi.persistence.support.ejb.cmp

LogHelperEntityLifecycle

public class LogHelperEntityLifecycle extends Object
author
Craig Russell
version
1.0

Fields Summary
protected static final String
componentName
The component name for this component
protected static final ClassLoader
loader
The class loader for this component
protected static final String
bundleName
The bundle name for this component
Constructors Summary
Methods Summary
public static com.sun.jdo.spi.persistence.utility.logging.LoggergetLogger()
Return the logger for the entity lifecycle component

 //NOI18N
    
                 
        
        return LogHelper.getLogger (componentName, bundleName, loader);