|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelegatingComponentDispatcher
A delegating runtime component dispatcher interface used by proxies for ManagedProperty gets and ManagedOperation invokes.
| Method Summary | |
|---|---|
org.jboss.metatype.api.values.MetaValue |
get(Long propID,
Object componentName,
String propertyName)
Get a property value from a runtime component |
org.jboss.metatype.api.values.MetaValue |
invoke(Long opID,
Object componentName,
String methodName,
org.jboss.metatype.api.values.MetaValue... param)
Invoke an operation on a runtime component. |
| Method Detail |
|---|
org.jboss.metatype.api.values.MetaValue get(Long propID,
Object componentName,
String propertyName)
propID - - the unique id associated with the ManagedPropertycomponentName - - runtime component namepropertyName - - property name
org.jboss.metatype.api.values.MetaValue invoke(Long opID,
Object componentName,
String methodName,
org.jboss.metatype.api.values.MetaValue... param)
opID - - the unique id associated with the ManagedOperationcomponentName - - runtime component namemethodName - - the operation nameparam - - the wrapped parameters for the invocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||