Class BrokerAttachInfo


  • public class BrokerAttachInfo
    extends java.lang.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:
    BrokerService.receiveAttachInfo()
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 java.lang.String serverAddress
        The server address.