Package com.softwareag.entirex.aci
Class BrokerAttachInfo
java.lang.Object
com.softwareag.entirex.aci.BrokerAttachInfo
Contains information for attach servers returned by the
Based on this information new server replicas can be started.
receiveAttachInfo()
method for an attach server.
Based on this information new server replicas can be started.
- Since:
- EntireX 5.2.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Number of active conversations.int
Number of unsuccessful server lookups.int
Number of pending conversations.int
Number of registered server replicas.The server address. -
Method Summary
-
Field Details
-
missingServers
public int missingServersNumber of unsuccessful server lookups. -
replicates
public int replicatesNumber of registered server replicas. -
pendingConversations
public int pendingConversationsNumber of pending conversations. -
activeConversations
public int activeConversationsNumber of active conversations. -
serverAddress
The server address.
-