Uses of Class
tigase.conf.ConfigurationException
-
Packages that use ConfigurationException 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 -
-
Uses of ConfigurationException in tigase.component
Methods in tigase.component that throw ConfigurationException Modifier and Type Method Description void
AbstractComponent. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated. -
Uses of ConfigurationException in tigase.conf
Methods in tigase.conf that throw ConfigurationException Modifier and Type Method Description void
ConfigRepositoryIfc. addItem(java.lang.String key, java.lang.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
ConfigurationCache. addItem(java.lang.String key, java.lang.Object value)
void
Configurator. componentAdded(Configurable component)
void
ConfiguratorAbstract. componentAdded(Configurable component)
void
ConfiguratorOld. componentAdded(Configurable component)
java.util.Map<java.lang.String,java.lang.Object>
ConfiguratorOld. getAllProperties(java.lang.String key)
java.util.Map<java.lang.String,java.lang.Object>
ConfigRepositoryIfc. getProperties(java.lang.String compName)
Deprecated.java.util.Map<java.lang.String,java.lang.Object>
ConfigurationCache. getProperties(java.lang.String compName)
Deprecated.java.util.Map<java.lang.String,java.lang.Object>
ConfiguratorAbstract. getProperties(java.lang.String nodeId)
void
ConfiguratorAbstract. init(java.lang.String[] args)
void
ConfiguratorOld. init(java.lang.String[] args)
void
ConfigRepositoryIfc. putProperties(java.lang.String compName, java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.void
ConfigurationCache. putProperties(java.lang.String compName, java.util.Map<java.lang.String,java.lang.Object> props)
void
ConfiguratorAbstract. putProperties(java.lang.String compId, java.util.Map<java.lang.String,java.lang.Object> props)
void
Configurable. setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Deprecated.void
ConfiguratorAbstract. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
void
ConfiguratorOld. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
void
ConfiguratorAbstract. setup(Configurable component)
void
ConfiguratorOld. setup(java.lang.String name)
-
Uses of ConfigurationException in tigase.server
Methods in tigase.server that throw ConfigurationException Modifier and Type Method Description boolean
AbstractComponentRegistrator. addComponent(ServerComponent component)
Method checks whether the component is of a correct type, adds it to the internalcomponents
collection and callscomponentAdded(...)
callback.boolean
ComponentRegistrator. addComponent(ServerComponent component)
void
MessageRouter. addComponent(ServerComponent component)
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 internalcomponents
collection.void
MessageRouter. setConfig(ConfiguratorAbstract config)
void
MessageRouterIfc. setConfig(ConfiguratorAbstract config)
void
BasicComponent. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated. -
Uses of ConfigurationException in tigase.server.monitor
Methods in tigase.server.monitor that throw ConfigurationException Modifier and Type Method Description void
MonitorComponent. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated. -
Uses of ConfigurationException in tigase.server.xmppcomponent
Methods in tigase.server.xmppcomponent that throw ConfigurationException Modifier and Type Method Description void
ComponentConnectionManager. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.
-