|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDispatchContext
The API similar to the DynamicMBean API where there are methods to get/set Properties/Attributes. It is missing invoke, since not all context support it. KernelControllerContext -> Configurator ServiceControllerContext -> MBeanServer
InvokeDispatchContext
Method Summary | |
---|---|
Object |
get(String name)
Getter property / attribute |
void |
set(String name,
Object value)
Setter property / attribute |
Method Detail |
---|
Object get(String name) throws Throwable
name
- property / attribute name
Throwable
- for any errorvoid set(String name, Object value) throws Throwable
name
- property / attribute namevalue
- set target's property / attribute instance
Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |