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
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private static final String
static final int
static final int
static final int
static final int
static final int
static final CorbaExtension
private static final Class<?>[]
private static final List
<Constructor<SystemException>> static final int
Fields inherited from class com.sun.corba.ee.spi.logex.stdcorba.StandardLogger
CORBA_LOGGER_PREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
private int
getExceptionId
(Method method) private org.glassfish.pfl.basic.logex.Log
getLoggerName
(Class<?> cls) private int
getMinorCode
(ORBException orbex, org.glassfish.pfl.basic.logex.Log log) int
getMinorCode
(Class<?> cls, String methodName) int
getMinorCode
(Method method) private ORBException
getORBException
(Method method) makeException
(String msg, Method method)
-
Field Details
-
self
-
ORBUtilGroup
public static final int ORBUtilGroup- See Also:
-
ActivationGroup
public static final int ActivationGroup- See Also:
-
NamingGroup
public static final int NamingGroup- See Also:
-
InterceptorsGroup
public static final int InterceptorsGroup- See Also:
-
POAGroup
public static final int POAGroup- See Also:
-
IORGroup
public static final int IORGroup- See Also:
-
UtilGroup
public static final int UtilGroup- See Also:
-
SYS_EX_CLASSES
-
SYS_EX_CONSTRUCTORS
-
CLASS_NAME_SUFFIX
- See Also:
-
-
Constructor Details
-
CorbaExtension
private CorbaExtension()
-
-
Method Details
-
findClass
-
getORBException
-
getLog
-
getExceptionId
-
getMinorCode
-
getMinorCode
-
getMinorCode
-
getLogId
- Specified by:
getLogId
in interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension
- Overrides:
getLogId
in classorg.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
-
makeException
- Specified by:
makeException
in interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension
- Overrides:
makeException
in classorg.glassfish.pfl.basic.logex.WrapperGenerator.ExtensionBase
-
getLoggerName
- Specified by:
getLoggerName
in interfaceorg.glassfish.pfl.basic.logex.WrapperGenerator.Extension
- Overrides:
getLoggerName
in classStandardLogger
-