|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvokeDispatchContext
The API similar to the DynamicMBean API where there are methods to get/set Properties/Attributes and invoke on methods/operations with each context knowing how to do this, e.g. KernelControllerContext -> Configurator ServiceControllerContext -> MBeanServer
Method Summary | |
---|---|
ClassLoader |
getClassLoader()
Get context's classloader. |
Object |
invoke(String name,
Object[] parameters,
String[] signature)
Invoke method / operation |
Methods inherited from interface org.jboss.dependency.spi.dispatch.AttributeDispatchContext |
---|
get, set |
Method Detail |
---|
Object invoke(String name, Object[] parameters, String[] signature) throws Throwable
name
- method nameparameters
- parameter valuessignature
- method's parameter types / signatures
Throwable
- for any errorClassLoader getClassLoader() throws Throwable
Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |