org.jacorb.notification.interfaces
public interface IProxyPushSupplier extends MessageConsumer, NotifyingDisposable
Method Summary | |
---|---|
void | disableDelivery()
Disable Deliveries. no remote
operations may be used to deliver a message. messages
are enqueued instead. |
int | incErrorCounter()
increment the current error count by one |
boolean | isRetryAllowed() |
void | resetErrorCounter()
reset the error count to zero. |
void | scheduleFlush() |
void | scheduleTask(PushTaskExecutor.PushTask pushTask)
schedule a pushTask for execution using this Objects executor. |