FileDocCategorySizeDatePackage
MethodUnion.javaAPI DocApache log4j 1.2.151069Sat Aug 25 00:09:40 BST 2007org.apache.log4j.jmx

MethodUnion

public class MethodUnion extends Object

Fields Summary
Method
readMethod
Method
writeMethod
Constructors Summary
MethodUnion(Method readMethod, Method writeMethod)

    this.readMethod = readMethod;
    this.writeMethod = writeMethod;
  
Methods Summary