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 InvocationHandler
Throwable
public void setDelegate(Object o)
setDelegate
in interface DynamicallyReconfigurableResource
public void setInvalid()
setInvalid
in interface DynamicallyReconfigurableResource
Copyright © 2018. All rights reserved.