Websphere MQ Everyplace

com.ibm.mqe.mqbridge
Interface MQeRunState


public interface MQeRunState

Provides symbolic constants for the values of a state of a bridge administered resource.


Field Summary
static int RUN_STATE_RUNNING
          Bridge administered resources have this state when they are active.
static int RUN_STATE_STOPPED
          Bridge administered resources have this state when they are inactive.
 

Field Detail

RUN_STATE_STOPPED

public static final int RUN_STATE_STOPPED
Bridge administered resources have this state when they are inactive.

See Also:
Constant Field Values

RUN_STATE_RUNNING

public static final int RUN_STATE_RUNNING
Bridge administered resources have this state when they are active.

See Also:
Constant Field Values

Websphere MQ Everyplace