Package com.nt.udc.testnodechain.actions
Class TNCStopStatisticsCaptureAction
java.lang.Object
com.nt.udc.testnodechain.actions.TNCStopStatisticsCaptureAction
-
Constructor Summary
ConstructorsConstructorDescriptionTNCStopStatisticsCaptureAction
(NodeChainTestCfgItemReadOnlyIfc cfgItem, AdminServerImpl asImpl) -
Method Summary
Modifier and TypeMethodDescriptionboolean
This method informs the NM to stop capturing statistics for nodes that were part of this test
-
Constructor Details
-
TNCStopStatisticsCaptureAction
public TNCStopStatisticsCaptureAction(NodeChainTestCfgItemReadOnlyIfc cfgItem, AdminServerImpl asImpl)
-
-
Method Details
-
stopStatisticsCapture
public boolean stopStatisticsCapture()This method informs the NM to stop capturing statistics for nodes that were part of this test- Returns:
- True if API calls were successfully executed, else false
-