"Tim" wrote :
| "Clebert" wrote :
| | II - I have added a new interface called ServerLargeMessage which will be
implemented by each storage-manager we have. We have JournalServerLargeMessageImpl and
NullStorageManager. The StorageManager will be responsible for the instantiation of this
class.
| |
|
| Confusing name. The journal is a large message?
|
|
I'm out of creativity here.. I could use a little help! :-)
I have an interface called ServerLargeMessage, and a class extendins ServerMessageImpl and
implementing ServerLargeMessage for the Journal.
| +-------------------------------+ +----------------+
| | ServerMessageImpl | | ServerLargeMsg|
| +-------------------------------+ +----------------+
| ^ ^
| | |
| | |
| | |
| | |
| +-------------------------------+ |
| | JournalServerLargeMessageImpl |------------------
| +-------------------------------+
|
|
What would be a better name for JournalServerLargeMessageImpl?
I have also NullStorageServerLargeMessageImpl.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185559#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...