|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Effector<T>
An operation of some kind, carried out by an Entity.
Similar to the concepts in the JMX MBeanOperationInfo class.
| Method Summary | |
|---|---|
String |
getDescription()
optional description for the effector |
String |
getName()
human-friendly name of the effector (although frequently this uses java method naming convention) |
List<ParameterType<?>> |
getParameters()
parameters expected by method, including name and type, optional description and default value |
Class<T> |
getReturnType()
|
String |
getReturnTypeName()
canonical name of return type (in case return type does not resolve after serialization) |
| Method Detail |
|---|
String getName()
Class<T> getReturnType()
String getReturnTypeName()
List<ParameterType<?>> getParameters()
String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||