|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeComponentDispatcher
Dispatches ManagedOperation invocation to runtime component associated with attachment.
| Method Summary | ||
|---|---|---|
org.jboss.metatype.api.values.MetaValue |
get(Object componentName,
String propertyName)
Get value. |
|
Object |
invoke(Object componentName,
String methodName,
org.jboss.metatype.api.values.MetaValue... param)
Dispatch ManagedOperation invocation with param parameters to coresponding attachment. |
|
|
mapControllerState(Object name,
ContextStateMapper<T> mapper)
Map the state of the component. |
|
void |
set(Object componentName,
String propertyName,
org.jboss.metatype.api.values.MetaValue value)
Set the value. |
|
| Method Detail |
|---|
org.jboss.metatype.api.values.MetaValue get(Object componentName,
String propertyName)
componentName - the runtime component namepropertyName - the property name
void set(Object componentName,
String propertyName,
org.jboss.metatype.api.values.MetaValue value)
componentName - the runtime component namepropertyName - the property namevalue - the meta value
Object invoke(Object componentName,
String methodName,
org.jboss.metatype.api.values.MetaValue... param)
componentName - the runtime component namemethodName - the methodNameparam - the parameters
<T extends Enum<?>> T mapControllerState(Object name,
ContextStateMapper<T> mapper)
T - the state enumname - the component namemapper - the state mapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||