cgl.narada.service.reliable.events
Class RdRepublishedEntityEvent

java.lang.Object
  extended by cgl.narada.service.reliable.events.RdRepublishedEntityEvent

public class RdRepublishedEntityEvent
extends Object

This is the retransmitted event issued by the publisher in response to a retransmission request initiated by the reliable delivery service.


Constructor Summary
RdRepublishedEntityEvent(byte[] marshalledBytes)
           
RdRepublishedEntityEvent(NBEvent nbEvent, RdCompanionEntityEvent companionEvent)
           
 
Method Summary
 byte[] getBytes()
           
 RdCompanionEntityEvent getCompanionEvent()
           
 NBEvent getPublishedEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdRepublishedEntityEvent

public RdRepublishedEntityEvent(NBEvent nbEvent,
                                RdCompanionEntityEvent companionEvent)

RdRepublishedEntityEvent

public RdRepublishedEntityEvent(byte[] marshalledBytes)
Method Detail

getPublishedEvent

public NBEvent getPublishedEvent()

getCompanionEvent

public RdCompanionEntityEvent getCompanionEvent()

getBytes

public byte[] getBytes()


For comments and suggestions please send e-mail to The NaradaBrokering Project