NCLHELP.HLB  —  disable  event_dispatcher
    disable  [node node-id] event dispatcher

1  –  outbound_stream

    Disables an event dispatcher outbound stream entity which
    represents an outgoing connection to a sink on a local or
    remote node.

    disable  [node node-id] event dispatcher -
        outbound stream simple-name  [method disable-method]

    The optional Method argument specifies whether an existing
    connection should be aborted immediately or shut down in an
    orderly fashion.  The disable methods are:

    abort    The stream calls the disconnect operation to abort
             the connection immediately.

    orderly  The stream calls the shutdown operation to perform an
             orderly shutdown of the connection.  This is the
             default method.

    Examples:

    disable event dispatcher outbound stream local_stream

    disable event dispatcher -
           outbound stream local_stream method abort

1.1  –  Exception Messages

 o  incomplete

    Orderly disable could not be completed due to lack of transport
    confidence.

2  –  relay

    disable  [node node-id] event dispatcher relay

2.1  –  logging

    Transitions the state of the specified logging entity
    to off.

    disable  [node node-id] event dispatcher -
             relay logging logging-type

    Examples:

    disable event dispatcher relay logging console

    disable event dispatcher relay logging monitor

    disable event dispatcher relay logging file

3  –  sink

    disable  [node node-id] event dispatcher sink simple-name

    Example:

    disable event dispatcher sink local_sink
Close Help