public class ResourceProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler, Invalidate
| Constructor and Description |
|---|
ResourceProxy(java.lang.String jndiName) |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate()
Sets the state of the proxy as invalid
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwablepublic void invalidate()
invalidate in interface InvalidateCopyright © 2018 GlassFish Community. All Rights Reserved.