cgl.narada.service.storage
Class InventoryEvent
java.lang.Object
cgl.narada.service.storage.InventoryEvent
public class InventoryEvent
- extends Object
This is the event that is stored onto stable storage
InventoryEvent
public InventoryEvent(long sequenceNumber,
long previousSequenceNumber,
int templateId,
EventID eventId,
NBEvent nbEvent)
InventoryEvent
public InventoryEvent(byte[] marshalledBytes)
getSequenceNumber
public long getSequenceNumber()
getPreviousSequenceNumber
public long getPreviousSequenceNumber()
getTemplateId
public int getTemplateId()
getEventId
public EventID getEventId()
getEvent
public NBEvent getEvent()
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