cgl.narada.service.reliable.events
Class RdProfileUpdateRequest

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

public class RdProfileUpdateRequest
extends Object

This is class used to propagate profile updates reliably.


Constructor Summary
RdProfileUpdateRequest(byte[] marshalledBytes)
          Reconstructing the original event from its serialized representation
RdProfileUpdateRequest(int templateId, int entityId, Profile profile, boolean addProfile, long requestId)
          Initialize the Ack Invoice Event
 
Method Summary
 byte[] getBytes()
          Returns a serialized representation of the event bytes
 int getEntityId()
           
 Profile getProfile()
           
 long getRequestId()
           
 int getTemplateId()
           
 boolean isAddProfile()
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdProfileUpdateRequest

public RdProfileUpdateRequest(int templateId,
                              int entityId,
                              Profile profile,
                              boolean addProfile,
                              long requestId)
Initialize the Ack Invoice Event


RdProfileUpdateRequest

public RdProfileUpdateRequest(byte[] marshalledBytes)
Reconstructing the original event from its serialized representation

Method Detail

getTemplateId

public int getTemplateId()

getEntityId

public int getEntityId()

getProfile

public Profile getProfile()

isAddProfile

public boolean isAddProfile()

getRequestId

public long getRequestId()

toString

public String toString()
Overrides:
toString in class Object

getBytes

public byte[] getBytes()
Returns a serialized representation of the event bytes


main

public static void main(String[] args)


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