Package eu.xtreemos.xosd.utilities.logger.storage

Interface Summary
IHandlerStorage Functionality: - add handler - remove handler by type - handle token - check if handler exists
ITokenStorage allows: - add new token - get next token - get all tokens - get all tokens by type - count - has more tokens?
 

Class Summary
HandlerStorageFactory  
SimpleHandlerStorage simple storage for token handlers. implemented with Hashtable, the key is the handler's class, while the value is the handler itself.
SimpleTokenStorage  
TokenStorageFactory