Class CorbaExtension

java.lang.Object
org.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
com.sun.corba.ee.spi.logex.stdcorba.StandardLogger
com.sun.corba.ee.spi.logex.corba.CorbaExtension
All Implemented Interfaces:
org.glassfish.pfl.basic.logex.WrapperGenerator.Extension

public class CorbaExtension extends StandardLogger
  • Field Details

  • Constructor Details

    • CorbaExtension

      private CorbaExtension()
  • Method Details

    • findClass

      private int findClass(Class<?> cls)
    • getORBException

      private ORBException getORBException(Method method)
    • getLog

      private org.glassfish.pfl.basic.logex.Log getLog(Method method)
    • getExceptionId

      private int getExceptionId(Method method)
    • getMinorCode

      private int getMinorCode(ORBException orbex, org.glassfish.pfl.basic.logex.Log log)
    • getMinorCode

      public int getMinorCode(Method method)
    • getMinorCode

      public int getMinorCode(Class<?> cls, String methodName)
    • getLogId

      public String getLogId(Method method)
      Specified by:
      getLogId in interface org.glassfish.pfl.basic.logex.WrapperGenerator.Extension
      Overrides:
      getLogId in class org.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
    • makeException

      public Exception makeException(String msg, Method method)
      Specified by:
      makeException in interface org.glassfish.pfl.basic.logex.WrapperGenerator.Extension
      Overrides:
      makeException in class org.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
    • getLoggerName

      public String getLoggerName(Class<?> cls)
      Specified by:
      getLoggerName in interface org.glassfish.pfl.basic.logex.WrapperGenerator.Extension
      Overrides:
      getLoggerName in class StandardLogger