public class DynamicResourceReconfigurator extends Object implements InvocationHandler, DynamicallyReconfigurableResource
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
_logger |
SET_DELEGATE_METHOD_NAME, SET_INVALID_METHOD_NAME| Constructor and Description |
|---|
DynamicResourceReconfigurator(Object actualObject,
ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
setDelegate(Object o) |
void |
setInvalid() |
protected static final Logger _logger
public DynamicResourceReconfigurator(Object actualObject, ResourceInfo resourceInfo)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void setDelegate(Object o)
setDelegate in interface DynamicallyReconfigurableResourcepublic void setInvalid()
setInvalid in interface DynamicallyReconfigurableResourceCopyright © 2019. All rights reserved.