Package | Description |
---|---|
tigase.component | |
tigase.conf | |
tigase.server |
The main package with top level API for server side components.
|
tigase.server.monitor | |
tigase.server.xmppcomponent |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.setProperties(Map<String,Object> props)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCache.addItem(String key,
Object value) |
void |
ConfigRepositoryIfc.addItem(String key,
Object value)
Method adds an Item to the configuration repository where the key is the item key constructed of component name,
node name and property key name.
|
void |
ConfiguratorOld.componentAdded(Configurable component) |
void |
ConfiguratorAbstract.componentAdded(Configurable component) |
void |
Configurator.componentAdded(Configurable component) |
Map<String,Object> |
ConfiguratorOld.getAllProperties(String key) |
Map<String,Object> |
ConfiguratorAbstract.getProperties(String nodeId) |
Map<String,Object> |
ConfigurationCache.getProperties(String compName)
Deprecated.
|
Map<String,Object> |
ConfigRepositoryIfc.getProperties(String compName)
Deprecated.
|
void |
ConfiguratorOld.init(String[] args) |
void |
ConfiguratorAbstract.init(String[] args) |
void |
ConfiguratorAbstract.putProperties(String compId,
Map<String,Object> props) |
void |
ConfigurationCache.putProperties(String compName,
Map<String,Object> props) |
void |
ConfigRepositoryIfc.putProperties(String compName,
Map<String,Object> props)
Deprecated.
|
void |
ConfiguratorOld.setProperties(Map<String,Object> props) |
void |
ConfiguratorAbstract.setProperties(Map<String,Object> props) |
void |
Configurable.setProperties(Map<String,Object> properties)
Deprecated.
|
void |
ConfiguratorAbstract.setup(Configurable component) |
void |
ConfiguratorOld.setup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
MessageRouter.addComponent(ServerComponent component) |
boolean |
ComponentRegistrator.addComponent(ServerComponent component) |
boolean |
AbstractComponentRegistrator.addComponent(ServerComponent component)
Method checks whether the component is of a correct type, adds it to the internal
components
collection and calls componentAdded(...) |
void |
MessageRouter.addRegistrator(ComponentRegistrator registr) |
void |
MessageRouter.addRouter(MessageReceiver receiver) |
abstract void |
AbstractComponentRegistrator.componentAdded(E component)
Method provides a callback mechanism signaling that a new component implementing special interface has been added
to the internal
components collection. |
void |
MessageRouterIfc.setConfig(ConfiguratorAbstract config) |
void |
MessageRouter.setConfig(ConfiguratorAbstract config) |
void |
BasicComponent.setProperties(Map<String,Object> props)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitorComponent.setProperties(Map<String,Object> props)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentConnectionManager.setProperties(Map<String,Object> props)
Deprecated.
|
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.