public interface ControlFacet
| Modifier and Type | Method and Description |
|---|---|
ControlResults |
invoke(String name,
org.rhq.core.domain.configuration.Configuration parameters)
Plugin components must implement this method to allow its control operations to be invoked.
|
ControlResults invoke(String name, org.rhq.core.domain.configuration.Configuration parameters)
ControlResults.getError() message.name - the name of the control operation to be invokedparameters - the parameters being passed into the control operation (may be null if
no parameters were defined for the named control operation)nullCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.