|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CapabilityManagement
| Method Summary | ||
|---|---|---|
|
call(String methodName,
Class<T> returnType,
Parameter... parameters)
Call an action of a managed object's capability. |
|
CallQuery.Builder<Void> |
call(String methodName,
Parameter... parameters)
Call an action of a managed object's capability. |
|
StatisticQuery.Builder |
queryStatistic(String statisticName)
Create a query builder to collect statistics |
|
StatisticQuery.Builder |
queryStatistics(Collection<String> statisticNames)
Create a query builder to collect statistics |
|
| Method Detail |
|---|
StatisticQuery.Builder queryStatistic(String statisticName)
statisticName - The statistic name to collec
StatisticQuery.Builder queryStatistics(Collection<String> statisticNames)
statisticNames - The statistic names to collect
<T> CallQuery.Builder<T> call(String methodName,
Class<T> returnType,
Parameter... parameters)
methodName - the action's method name.parameters - the action method's parameters (objects and class names)returnType - The expected return type
CallQuery.Builder<Void> call(String methodName,
Parameter... parameters)
methodName - the action's method name.parameters - the action method's parameters (objects and class names)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||