public interface KPIVariableResolver
Modifier and Type | Interface and Description |
---|---|
static interface |
KPIVariableResolver.VariableData |
Modifier and Type | Method and Description |
---|---|
KPIVariableResolver.VariableData |
getVariableData(java.lang.String variable)
Get the Variable Data.
|
KPIVariableResolver.VariableData getVariableData(java.lang.String variable) throws MXException, java.rmi.RemoteException
variable
- Variable NameKPIVariableResolver.VariableData
structureMXException
- if no data is found for the given variablejava.rmi.RemoteException