[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Status of LargeMessages work

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Oct 29 18:59:32 EDT 2008


"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#4185559

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185559



More information about the jboss-dev-forums mailing list