tigase.server
Interface ComponentRegistrator
- All Superinterfaces:
- ServerComponent
- All Known Implementing Classes:
- AbstractComponentRegistrator, Configurator, StatisticsCollector, XMPPServiceCollector
public interface ComponentRegistrator
- extends ServerComponent
Interface ComponentRegistrator
Collects information about all ServerComponents connected to MessageRouter
Created: Tue Nov 22 07:07:11 2005
- Version:
- $Rev: 630 $
- Author:
- Artur Hefczyc
addComponent
boolean addComponent(ServerComponent component)
- Parameters:
component -
- Returns:
- a
boolean value indicating whehether component has
been successfuly added or not.
deleteComponent
boolean deleteComponent(ServerComponent component)
- Returns:
- a
boolean value indicating whehether component has
been successfuly removed or not.
Copyright © 2008 Tigase. All Rights Reserved.