Package com.sun.enterprise.mgmt
Class ReliableMulticast
- java.lang.Object
-
- com.sun.enterprise.mgmt.ReliableMulticast
-
public class ReliableMulticast extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReliableMulticast(long expire_duration_ms)ReliableMulticast(ClusterManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbroadcast(Message msg)voidprocessExpired()booleanresend(PeerID to, java.lang.Long seqId)intsendHistorySize()voidstop()
-
-
-
Constructor Detail
-
ReliableMulticast
public ReliableMulticast(ClusterManager manager)
-
ReliableMulticast
public ReliableMulticast(long expire_duration_ms)
-
-
Method Detail
-
sendHistorySize
public int sendHistorySize()
-
processExpired
public void processExpired()
-
resend
public boolean resend(PeerID to, java.lang.Long seqId) throws java.io.IOException
- Throws:
java.io.IOException
-
stop
public void stop()
-
broadcast
public boolean broadcast(Message msg) throws java.io.IOException
- Throws:
java.io.IOException
-
-