cgl.narada.service.reliable.events
Class RdRecoveryEntityRequest

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

public class RdRecoveryEntityRequest
extends Object

This is a request initiated by an entity to recover from failures or prolonged disconnects.


Constructor Summary
RdRecoveryEntityRequest(byte[] marshalledBytes)
           
RdRecoveryEntityRequest(int templateId, int entityId, boolean publisherRecovery, long recoveryReqId)
           
 
Method Summary
 byte[] getBytes()
           
 int getEntityId()
           
 long getRecoveryRequestId()
           
 int getTemplateId()
           
 boolean isPublisherRecovery()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdRecoveryEntityRequest

public RdRecoveryEntityRequest(int templateId,
                               int entityId,
                               boolean publisherRecovery,
                               long recoveryReqId)

RdRecoveryEntityRequest

public RdRecoveryEntityRequest(byte[] marshalledBytes)
Method Detail

getTemplateId

public int getTemplateId()

getEntityId

public int getEntityId()

isPublisherRecovery

public boolean isPublisherRecovery()

getRecoveryRequestId

public long getRecoveryRequestId()

toString

public String toString()
Overrides:
toString in class Object

getBytes

public byte[] getBytes()


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