|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.entirex.aci.BrokerAttachInfo
public class BrokerAttachInfo
Contains information for attach servers returned by the
receiveAttachInfo()
method for an attach server.
Based on this information new server replicas can be started.
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 |
---|
public int missingServers
public int replicates
public int pendingConversations
public int activeConversations
public java.lang.String serverAddress
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |