public abstract class AbstractProxyHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
AbstractProxyHandler(int hashCode) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
continueInvocation(Object proxy,
Method method,
Object[] args) |
protected void |
errorIfInvalid() |
int |
hashCode() |
protected void |
invalidate() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected boolean |
isValid() |
String |
toString() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.