Modifier and Type | Method and Description |
---|---|
boolean |
PageTransactionInfo.deliverAfterCommit(PageIterator pageIterator,
PageSubscription cursor,
PagePosition cursorPos)
This method will hold the position to be delivered later in case this transaction is pending.
|
Modifier and Type | Method and Description |
---|---|
PageIterator |
PageSubscription.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
PageSubscription.redeliver(PageIterator iterator,
PagePosition position)
To be used on redeliveries
|
Modifier and Type | Method and Description |
---|---|
PageIterator |
PageSubscriptionImpl.iterator() |
PageIterator |
PageSubscriptionImpl.iterator(boolean browsing) |
Modifier and Type | Method and Description |
---|---|
void |
PageSubscriptionImpl.redeliver(PageIterator iterator,
PagePosition position) |
Modifier and Type | Method and Description |
---|---|
boolean |
PageTransactionInfoImpl.deliverAfterCommit(PageIterator iterator,
PageSubscription cursor,
PagePosition cursorPos) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.