|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderedDeliveryService
This is the interface that needs to be implemented by any entity that expects ordered delivery on a given template
| Method Summary | |
|---|---|
int |
getNumberOfEventsPendingRelease()
Number of events queued within the service pending to be released. |
void |
onAdvanceOfSyncpoint(int entityId,
int templateId,
long advanceSync)
Procees the advancement of sync point for a given templateId and entityId |
void |
onReliableDelivery(QosEvent qosEvent,
RdArchivalServiceNotification archNotification)
|
| Methods inherited from interface cgl.narada.service.Service |
|---|
deregisterServiceExceptionListener, deregisterServiceNotificationListener, getEventTypesHandled, getServiceDescription, getServicesPerformed, handleEvent, isStarted, isStopped, loadService, performService, registerServiceExceptionListener, registerServiceNotificationListener, servicePerformed, startService, stopService |
| Method Detail |
|---|
void onAdvanceOfSyncpoint(int entityId,
int templateId,
long advanceSync)
void onReliableDelivery(QosEvent qosEvent,
RdArchivalServiceNotification archNotification)
int getNumberOfEventsPendingRelease()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||