NCLHELP.HLB  —  testevent

1  –  event_dispatcher

1.1  –  outbound_stream

    Tests the filter action state for the specified event. This
    directive applies the filtering algorithm to the named event
    instance returning the applicable FilterAction, and an indication
    of whether the search was resolved by the SpecificFilter,
    GlobalFilter, or CatchAllFilter attribute.

    testevent [node node-id] event dispatcher -
               outbound stream simple-name  -
                   event (instance-name, event-name)

    Instance-name specifies a full entity name, including the node
    name and a specific instance.

    Event-name specifies all (for all events) or a specific event to
    be filtered for the specified instance.

    Examples:

    testevent event dispatcher outbound stream local_stream -
        event (Node LOCAL:.LAMCHP, all)

    testevent event dispatcher outbound stream * -
        event (Node LOCAL:.LAMCHP event dispatcher, all)

1.2  –  sink

    Tests the filter action state for the specified event. This
    directive applies the filtering algorithm to the named event
    instance returning the applicable FilterAction, and an indication
    of whether the search was resolved by the SpecificFilter,
    GlobalFilter, or CatchAllFilter attribute.

    testevent [node node-id] event dispatcher -
                  sink simple-name  -
                     event (instance-name, event-name)

    Instance-name specifies a full entity name, including the node
    name and a specific instance.

    Event-name specifies all (for all events) or a specific event to
    be filtered for the specified instance.

    Examples:

    testevent event dispatcher sink local_sink -
        event (Node LOCAL:.LAMCHP, all)

    testevent event dispatcher sink * -
        event (Node LOCAL:.LAMCHP event dispatcher, all)
Close Help