com.sun.jdo.spi.persistence.support.ejb.ejbc
Class LogHelperEJBCompiler

java.lang.Object
  extended by com.sun.jdo.spi.persistence.support.ejb.ejbc.LogHelperEJBCompiler

public class LogHelperEJBCompiler
extends java.lang.Object

Author:
Piali Nag

Field Summary
protected static java.lang.String bundleName
          The bundle name for this component
protected static java.lang.String componentName
          The component name for this component
protected static java.lang.ClassLoader loader
          The class loader for this component
 
Constructor Summary
LogHelperEJBCompiler()
           
 
Method Summary
static Logger getLogger()
          Return the logger for the ejbc component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentName

protected static final java.lang.String componentName
The component name for this component

See Also:
Constant Field Values

loader

protected static final java.lang.ClassLoader loader
The class loader for this component


bundleName

protected static final java.lang.String bundleName
The bundle name for this component

See Also:
Constant Field Values
Constructor Detail

LogHelperEJBCompiler

public LogHelperEJBCompiler()
Method Detail

getLogger

public static Logger getLogger()
Return the logger for the ejbc component



Copyright © 2012 GlassFish Community. All Rights Reserved.