Interface | Description |
---|---|
Page | |
PagedMessage |
A Paged message
We can't just record the ServerMessage as we need other information (such as the TransactionID used during paging)
|
PageTransactionInfo | |
PagingManager |
+------------+ 1 +-------------+ N +------------+ N +-------+ 1 +----------------+
|
PostOffice |-------> |PagingManager|-------> |PagingStore | ------> | Page | ------> | SequentialFile |
+------------+ +-------------+ +------------+ +-------+ +----------------+
| 1 ^
| |
| |
| | 1
| N +---------+
+--------> | Address |
+---------+ |
PagingStore |
The implementation will take care of details such as PageSize.
|
PagingStoreFactory |
The integration point between the PagingManger and the File System (aka SequentialFiles)
|
Class | Description |
---|---|
PrintPages |
A PrintPage
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.