| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DistributionConfigurationException in org.cid.distribution | 
|---|
| Methods in org.cid.distribution that throw DistributionConfigurationException | |
|---|---|
|  void | DistributionProcess.addComponent(DistributionComponent component)Adds a MessageOutputChannel to this list. | 
|  void | DistributionProcess.addFunctionMapping(java.lang.String prefix,
                   java.lang.String className)Adds a function namespace mapping to the list. | 
|  void | DistributionProcess.addNode(DistributionNode node)Adds a Node to this list. | 
|  void | DistributionComponent.destroy()The distribution container calls this method on all components before finishing the distribution process, allowing them to clean up resources. | 
|  void | MessageHandler.destroy()The distribution container calls this method on all handlers before finishing the distribution process, allowing them to clean up resources. | 
|  void | DistributionNode.destroy()Cleans up this node | 
|  boolean | MessageEnumeration.hasMoreMessages()Tests if this enumeration contains more elements. | 
|  void | DistributionComponent.init()The distribution container calls this method on all components before starting the distribution process. | 
|  void | MessageHandler.init()The distribution container calls this method on all handlers before starting the distribution process. | 
|  void | DistributionNode.init()Initializes this node | 
| static DistributionProcess | DistributionProcessFactory.newDistributionProcess(java.io.InputStream configInputStream,
                       java.lang.String configName)Builds a DistributionProcess instance and configures it. | 
| static DistributionProcess | DistributionProcessFactory.newDistributionProcess(java.lang.String url)Builds a DistributionProcess instance and configures it. | 
|  DistributionMessage | MessageEnumeration.nextMessage()Returns the next message in this MessageEnumeration. | 
|  MessageEnumeration | MessageHandler.process(DistributionMessage message)Processes a Message | 
|  MessageEnumeration | DistributionNode.process(DistributionMessage message)Performs the node operation with a message. | 
| Uses of DistributionConfigurationException in org.cid.distribution.base | 
|---|
| Methods in org.cid.distribution.base that throw DistributionConfigurationException | |
|---|---|
|  void | DistributionComponentBase.destroy() | 
|  void | MessageHandlerBase.destroy() | 
|  void | DistributionComponentBase.init() | 
|  void | MessageHandlerBase.init() | 
| Uses of DistributionConfigurationException in org.cid.distribution.core | 
|---|
| Methods in org.cid.distribution.core that throw DistributionConfigurationException | |
|---|---|
|  void | MessageFlowController.processMessage(DistributionMessage message,
               DistributionNode node)Process a message through a handler. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.data | 
|---|
| Methods in org.cid.distribution.plugins.data that throw DistributionConfigurationException | |
|---|---|
|  boolean | DataCombinatorHandler.hasMoreMessages() | 
|  void | DataCombinatorHandler.init()Initializes the ListCombinatorHandler. | 
|  DistributionMessage | DataCombinatorHandler.nextMessage() | 
|  MessageEnumeration | DataCombinatorHandler.process(DistributionMessage message)This handler processes a message by sending it to each one of the list members. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.db | 
|---|
| Methods in org.cid.distribution.plugins.db that throw DistributionConfigurationException | |
|---|---|
|  void | ConnectionComponent.destroy()When destroyed, this component logs information about the process. | 
|  void | QueryDataComponent.destroy()When destroyed, this component logs information about the process. | 
|  void | ConnectionComponent.init()Initializes the ConnectionComponent. | 
|  void | QueryDataComponent.init()Initializes the ConnectionComponent. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.list | 
|---|
| Methods in org.cid.distribution.plugins.list that throw DistributionConfigurationException | |
|---|---|
|  void | DBMemberManagerComponent.destroy()When destroyed, this component logs information about the process. | 
|  void | ListCombinatorHandler.init()Initializes the ListCombinatorHandler. | 
|  void | DBMemberManagerComponent.init()Initializes the ConnectionComponent. | 
|  MessageEnumeration | ListCombinatorHandler.process(DistributionMessage message)This handler processes a message by sending it to each one of the list members. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.logging | 
|---|
| Methods in org.cid.distribution.plugins.logging that throw DistributionConfigurationException | |
|---|---|
|  void | GeneralInfoLogComponent.destroy()When destroyed, this component logs information about the process. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.mail | 
|---|
| Methods in org.cid.distribution.plugins.mail that throw DistributionConfigurationException | |
|---|---|
|  void | POP3Handler.destroy()Closes the connection to the POP3 server. | 
|  void | MailWriterHandler.init() | 
|  MessageEnumeration | POP3Handler.process(DistributionMessage message)Gets all messages from the configured mail server and copies them, breaking the link from the message to the mail session. | 
|  MessageEnumeration | SMTPHandler.process(DistributionMessage message)Sends a message through this channel | 
|  MessageEnumeration | MailWriterHandler.process(DistributionMessage message)Sends a message through this channel. | 
| Uses of DistributionConfigurationException in org.cid.distribution.plugins.script | 
|---|
| Methods in org.cid.distribution.plugins.script that throw DistributionConfigurationException | |
|---|---|
|  void | ScriptingHandler.init() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||