Class BrokerAttachInfo

java.lang.Object
com.softwareag.entirex.aci.BrokerAttachInfo

public class BrokerAttachInfo extends Object
Contains information for attach servers returned by the receiveAttachInfo() method for an attach server.
Based on this information new server replicas can be started.
Since:
EntireX 5.2.1
See Also:
  • Field Details

    • missingServers

      public int missingServers
      Number of unsuccessful server lookups.
    • replicates

      public int replicates
      Number of registered server replicas.
    • pendingConversations

      public int pendingConversations
      Number of pending conversations.
    • activeConversations

      public int activeConversations
      Number of active conversations.
    • serverAddress

      public String serverAddress
      The server address.