net.java.dev.moskito.webui.decorators
Interface IDecoratorRegistry

All Known Implementing Classes:
DecoratorRegistryImpl

public interface IDecoratorRegistry


Method Summary
 IDecorator getDecorator(IStats stats)
          Returns the decorator for the given stats object.
 List<IDecorator> getDecorators()
          Returns all known decorators.
 

Method Detail

getDecorator

IDecorator getDecorator(IStats stats)
Returns the decorator for the given stats object.

Parameters:
stats -
Returns:

getDecorators

List<IDecorator> getDecorators()
Returns all known decorators.

Returns:


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework