Uses of Class
com.swiftmq.mgmt.Configuration
-
Packages that use Configuration Package Description com.swiftmq.mgmt com.swiftmq.swiftlet -
-
Uses of Configuration in com.swiftmq.mgmt
Methods in com.swiftmq.mgmt that return Configuration Modifier and Type Method Description static ConfigurationXMLUtilities. createConfigurationTemplate(java.lang.String xml)static ConfigurationXMLUtilities. fillConfiguration(Configuration template, java.lang.String xml)static ConfigurationXMLUtilities. fillConfiguration(Configuration template, org.dom4j.Document doc)ConfigurationEntityAddListener. onConfigurationAdd(Entity parent, Entity newEntity)Internal use only.ConfigurationEntityChangeAdapter. onConfigurationAdd(Entity parent, Entity newEntity)Methods in com.swiftmq.mgmt with parameters of type Configuration Modifier and Type Method Description static voidXMLUtilities. configToXML(Configuration config, org.dom4j.Element root)static ConfigurationXMLUtilities. fillConfiguration(Configuration template, java.lang.String xml)static ConfigurationXMLUtilities. fillConfiguration(Configuration template, org.dom4j.Document doc) -
Uses of Configuration in com.swiftmq.swiftlet
Methods in com.swiftmq.swiftlet that return Configuration Modifier and Type Method Description protected ConfigurationSwiftletManager. getConfiguration(Swiftlet swiftlet)ConfigurationSwiftletManager. getConfiguration(java.lang.String name)Returns the configuration of a specific Swiftlet.Methods in com.swiftmq.swiftlet with parameters of type Configuration Modifier and Type Method Description protected voidSwiftlet. standby(Configuration config)Start this Swiftlet in standby mode.protected abstract voidSwiftlet. startup(Configuration config)Start this Swiftlet.
-