public interface ComponentRegistrator extends ServerComponent
| Modifier and Type | Method and Description |
|---|---|
boolean |
addComponent(ServerComponent component) |
boolean |
deleteComponent(ServerComponent component) |
getComponentId, getComponentInfo, getName, initializationCompleted, isInitializationComplete, processPacket, release, setNameboolean addComponent(ServerComponent component) throws ConfigurationException
component - to be registeredboolean value indicating whether component has been successfully added or not.ConfigurationExceptionboolean deleteComponent(ServerComponent component)
component - to be registeredboolean value indicating whether component has been successfully removed or not.Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.