clear
ClearCommandManager



public class ClearCommandManager

Properties
clear.ClearRequest-Set type=Children-Set
  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveClearRequest

Retrieve a request to obtain its result.
Input Parameters:
aInRequestHandle : clear.RequestHandleStruct - A handle referencing a previously requested clear. Handle would be obtained as a result of executing an application level clear method.
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
aOutResult : summary(clear.ClearRequest) - The request referenced by the handle or null if the handle has become invalid (the request is cleaned up by NFM-P or it has been reused for a more recent clear request).