|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.reliable.events.RdProfileUpdateRequest
public class RdProfileUpdateRequest
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 |
|---|
public RdProfileUpdateRequest(int templateId,
int entityId,
Profile profile,
boolean addProfile,
long requestId)
public RdProfileUpdateRequest(byte[] marshalledBytes)
| Method Detail |
|---|
public int getTemplateId()
public int getEntityId()
public Profile getProfile()
public boolean isAddProfile()
public long getRequestId()
public String toString()
toString in class Objectpublic byte[] getBytes()
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||