public abstract class AbstractInvocationHandler extends Object implements InvocationHandler
AbstractInvocationHandler()
boolean
equals(Object obj)
protected abstract Object
handleInvocation(Object proxy, Method method, Object[] args)
int
hashCode()
Object
invoke(Object proxy, Method method, Object[] args)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public AbstractInvocationHandler()
public final Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
InvocationHandler
Throwable
protected abstract Object handleInvocation(Object proxy, Method method, Object[] args) throws Throwable
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014. All rights reserved.