Package com.sun.corba.ee.spi.logex.corba
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 Summary
Fields Modifier and Type Field Description static intActivationGroupprivate static java.lang.StringCLASS_NAME_SUFFIXstatic intInterceptorsGroupstatic intIORGroupstatic intNamingGroupstatic intORBUtilGroupstatic intPOAGroupstatic CorbaExtensionselfprivate static java.lang.Class<?>[]SYS_EX_CLASSESprivate static java.util.List<java.lang.reflect.Constructor<SystemException>>SYS_EX_CONSTRUCTORSstatic intUtilGroup-
Fields inherited from class com.sun.corba.ee.spi.logex.stdcorba.StandardLogger
CORBA_LOGGER_PREFIX
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCorbaExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intfindClass(java.lang.Class<?> cls)private intgetExceptionId(java.lang.reflect.Method method)private org.glassfish.pfl.basic.logex.LoggetLog(java.lang.reflect.Method method)java.lang.StringgetLoggerName(java.lang.Class<?> cls)java.lang.StringgetLogId(java.lang.reflect.Method method)private intgetMinorCode(ORBException orbex, org.glassfish.pfl.basic.logex.Log log)intgetMinorCode(java.lang.Class<?> cls, java.lang.String methodName)intgetMinorCode(java.lang.reflect.Method method)private ORBExceptiongetORBException(java.lang.reflect.Method method)java.lang.ExceptionmakeException(java.lang.String msg, java.lang.reflect.Method method)
-
-
-
Field Detail
-
self
public static final CorbaExtension self
-
ORBUtilGroup
public static final int ORBUtilGroup
- See Also:
- Constant Field Values
-
ActivationGroup
public static final int ActivationGroup
- See Also:
- Constant Field Values
-
NamingGroup
public static final int NamingGroup
- See Also:
- Constant Field Values
-
InterceptorsGroup
public static final int InterceptorsGroup
- See Also:
- Constant Field Values
-
POAGroup
public static final int POAGroup
- See Also:
- Constant Field Values
-
IORGroup
public static final int IORGroup
- See Also:
- Constant Field Values
-
UtilGroup
public static final int UtilGroup
- See Also:
- Constant Field Values
-
SYS_EX_CLASSES
private static final java.lang.Class<?>[] SYS_EX_CLASSES
-
SYS_EX_CONSTRUCTORS
private static final java.util.List<java.lang.reflect.Constructor<SystemException>> SYS_EX_CONSTRUCTORS
-
CLASS_NAME_SUFFIX
private static final java.lang.String CLASS_NAME_SUFFIX
- See Also:
- Constant Field Values
-
-
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:
getLogIdin interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension- Overrides:
getLogIdin classorg.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
-
makeException
public java.lang.Exception makeException(java.lang.String msg, java.lang.reflect.Method method)- Specified by:
makeExceptionin interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension- Overrides:
makeExceptionin classorg.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
-
getLoggerName
public java.lang.String getLoggerName(java.lang.Class<?> cls)
- Specified by:
getLoggerNamein interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension- Overrides:
getLoggerNamein classStandardLogger
-
-