Class CorbaExtension

  • All Implemented Interfaces:
    org.glassfish.pfl.basic.logex.WrapperGenerator.Extension

    public class CorbaExtension
    extends StandardLogger
    • Constructor Detail

      • CorbaExtension

        private CorbaExtension()
    • Method Detail

      • findClass

        private int findClass​(java.lang.Class<?> cls)
      • getORBException

        private ORBException getORBException​(java.lang.reflect.Method method)
      • getLog

        private org.glassfish.pfl.basic.logex.Log getLog​(java.lang.reflect.Method method)
      • getExceptionId

        private int getExceptionId​(java.lang.reflect.Method method)
      • getMinorCode

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

        public int getMinorCode​(java.lang.reflect.Method method)
      • getMinorCode

        public int getMinorCode​(java.lang.Class<?> cls,
                                java.lang.String methodName)
      • getLogId

        public java.lang.String getLogId​(java.lang.reflect.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 java.lang.Exception makeException​(java.lang.String msg,
                                                 java.lang.reflect.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 java.lang.String getLoggerName​(java.lang.Class<?> cls)
        Specified by:
        getLoggerName in interface org.glassfish.pfl.basic.logex.WrapperGenerator.Extension
        Overrides:
        getLoggerName in class StandardLogger