| // FIXME - why are these methods still on PagingManager???
| // The current code is doing a lookup every time through this class just to call
page store!!
| boolean page(ServerMessage message, boolean duplicateDetection) throws Exception;
|
| /**
| * Page, only if destination is in page mode.
| * @param message
| * @return false if destination is not on page mode
| */
|
| // FIXME - why are these methods still on PagingManager???
| // The current code is doing a lookup every time through this class just to call
page store!!
| boolean page(ServerMessage message, long transactionId, boolean duplicateDetection)
throws Exception;
|
Aren't these methods supposed to have been removed?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244866#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...