Package org.apache.log4j.jmx
Class MethodUnion
- java.lang.Object
-
- org.apache.log4j.jmx.MethodUnion
-
class MethodUnion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.reflect.Method
readMethod
(package private) java.lang.reflect.Method
writeMethod
-
Constructor Summary
Constructors Constructor Description MethodUnion(java.lang.reflect.Method readMethod, java.lang.reflect.Method writeMethod)
-