com.softwareag.entirex.aci
Class BrokerAttachInfo

java.lang.Object
  extended by com.softwareag.entirex.aci.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()

Field Summary
 int activeConversations
          Number of active conversations.
 int missingServers
          Number of unsuccessful server lookups.
 int pendingConversations
          Number of pending conversations.
 int replicates
          Number of registered server replicas.
 java.lang.String serverAddress
          The server address.
 
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.