|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.reliable.events.RdNegotiationsServiceEvent
public class RdNegotiationsServiceEvent
The negotiation event issued by the reliable delivery service to ack (or nak) the reception (or lack of delivery) of a previously published event.
| Constructor Summary | |
|---|---|
RdNegotiationsServiceEvent(byte[] marshalledBytes)
|
|
RdNegotiationsServiceEvent(int entityId,
int templateId,
boolean isAck,
boolean isStandaloneAck,
int catenationNumber)
|
|
| Method Summary | |
|---|---|
int |
getAckCatenationNumber()
Retrieves the ack catenation number |
byte[] |
getBytes()
|
int |
getEntityId()
|
int |
getNakCatenationNumber()
Retrieves the Nak catenation number |
int |
getTemplateId()
|
boolean |
isAck()
Indicates if this is an ACK |
boolean |
isStandaloneAck()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RdNegotiationsServiceEvent(int entityId,
int templateId,
boolean isAck,
boolean isStandaloneAck,
int catenationNumber)
public RdNegotiationsServiceEvent(byte[] marshalledBytes)
| Method Detail |
|---|
public boolean isAck()
public boolean isStandaloneAck()
public int getAckCatenationNumber()
public int getNakCatenationNumber()
public int getEntityId()
public int getTemplateId()
public byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||