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 voidAbstractComponent. 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 voidConfigRepositoryIfc. 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.voidConfigurationCache. addItem(java.lang.String key, java.lang.Object value)voidConfigurator. componentAdded(Configurable component)voidConfiguratorAbstract. componentAdded(Configurable component)voidConfiguratorOld. 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)voidConfiguratorAbstract. init(java.lang.String[] args)voidConfiguratorOld. init(java.lang.String[] args)voidConfigRepositoryIfc. putProperties(java.lang.String compName, java.util.Map<java.lang.String,java.lang.Object> props)Deprecated.voidConfigurationCache. putProperties(java.lang.String compName, java.util.Map<java.lang.String,java.lang.Object> props)voidConfiguratorAbstract. putProperties(java.lang.String compId, java.util.Map<java.lang.String,java.lang.Object> props)voidConfigurable. setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)Deprecated.voidConfiguratorAbstract. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)voidConfiguratorOld. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)voidConfiguratorAbstract. setup(Configurable component)voidConfiguratorOld. setup(java.lang.String name) -
Uses of ConfigurationException in tigase.server
Methods in tigase.server that throw ConfigurationException Modifier and Type Method Description booleanAbstractComponentRegistrator. addComponent(ServerComponent component)Method checks whether the component is of a correct type, adds it to the internalcomponentscollection and callscomponentAdded(...)callback.booleanComponentRegistrator. addComponent(ServerComponent component)voidMessageRouter. addComponent(ServerComponent component)voidMessageRouter. addRegistrator(ComponentRegistrator registr)voidMessageRouter. addRouter(MessageReceiver receiver)abstract voidAbstractComponentRegistrator. componentAdded(E component)Method provides a callback mechanism signaling that a new component implementing special interface has been added to the internalcomponentscollection.voidMessageRouter. setConfig(ConfiguratorAbstract config)voidMessageRouterIfc. setConfig(ConfiguratorAbstract config)voidBasicComponent. 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 voidMonitorComponent. 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 voidComponentConnectionManager. setProperties(java.util.Map<java.lang.String,java.lang.Object> props)Deprecated.
-