Package org.objectweb.joram.mom.proxies
Class MultiCnxSync
- java.lang.Object
-
- org.objectweb.joram.mom.proxies.MultiCnxSync
-
public class MultiCnxSync extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classMultiCnxSync.SyncRound
-
Field Summary
Fields Modifier and Type Field Description private MultiCnxSync.SyncRoundcurrentRoundprivate AgentIdproxyIdprivate VectorsyncRequests
-
Constructor Summary
Constructors Constructor Description MultiCnxSync(AgentId pid)
-
-
-
Field Detail
-
proxyId
private AgentId proxyId
-
syncRequests
private Vector syncRequests
-
currentRound
private MultiCnxSync.SyncRound currentRound
-
-
Constructor Detail
-
MultiCnxSync
public MultiCnxSync(AgentId pid)
-
-
Method Detail
-
send
public void send(RequestNot request)
-
-