[TIBCO.EMS .NET Admin client library 8.1 documentation]

Flags that complement the state of the server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public enum CompState
Public Enumeration CompState
public enum class CompState

Members

Member nameDescription
WAIT_FOR_PEER
This flag indicates that the server is currently waiting for its peer to come up (applies to the EMS Appliance only).
SYNCHRONIZING
This flag indicates that the server is currently synchronizing data with its peer (applies to a server either in active or standby state, in the EMS Appliance only).
REPLICATING
This flag indicates that the server is currently replicating incoming data with its peer (applies to a server either in active or standby state, in the EMS Appliance only).
PAUSED
This flag indicates that the server is currently paused, waiting to determine the correct action after the failure of its peer.
STANDALONE
This flag indicates that the server is currently running standalone (applies to a server in active state, in the EMS Appliance only).

See Also