Package org.jboss.modules
Class CallerContext
- java.lang.Object
-
- org.jboss.modules.CallerContext
-
class CallerContext extends java.lang.Object
Various methods for obtaining caller info.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
CallerContext.Hack
-
Field Summary
Fields Modifier and Type Field Description private static CallerContext.Hack
hack
-
Constructor Summary
Constructors Modifier Constructor Description private
CallerContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.Class<?>
getCallingClass()
-
-
-
Field Detail
-
hack
private static CallerContext.Hack hack
-
-