|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DistributionProcessingException in org.cid.distribution |
---|
Subclasses of DistributionProcessingException in org.cid.distribution | |
---|---|
class |
DistributionMessagingException
Represents an exception thrown by the Distribution List code. |
Methods in org.cid.distribution that throw DistributionProcessingException | |
---|---|
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 |
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 DistributionProcessingException in org.cid.distribution.base |
---|
Methods in org.cid.distribution.base that throw DistributionProcessingException | |
---|---|
void |
DistributionComponentBase.destroy()
|
void |
MessageHandlerBase.destroy()
|
void |
DistributionComponentBase.init()
|
void |
MessageHandlerBase.init()
|
Uses of DistributionProcessingException in org.cid.distribution.core |
---|
Methods in org.cid.distribution.core that throw DistributionProcessingException | |
---|---|
void |
MessageFlowController.processMessage(DistributionMessage message,
DistributionNode node)
Process a message through a handler. |
Uses of DistributionProcessingException in org.cid.distribution.plugins.common |
---|
Methods in org.cid.distribution.plugins.common that throw DistributionProcessingException | |
---|---|
MessageEnumeration |
PassthroughHandler.process(DistributionMessage message)
This handler process a message by returning it without altering. |
MessageEnumeration |
MessageCreatorHandler.process(DistributionMessage message)
Returns a single empty message of the SimpleMessage class. |
Uses of DistributionProcessingException in org.cid.distribution.plugins.data |
---|
Methods in org.cid.distribution.plugins.data that throw DistributionProcessingException | |
---|---|
DataEnumeration |
DataProvider.getData()
Returns a DataEnumeration |
boolean |
DataEnumeration.hasMoreData()
Tests if this enumeration contains more elements. |
boolean |
DataCombinatorHandler.hasMoreMessages()
|
void |
DataCombinatorHandler.init()
Initializes the ListCombinatorHandler. |
DataRow |
DataEnumeration.nextDataRow()
Returns the next DataRow in the enumeration. |
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 DistributionProcessingException in org.cid.distribution.plugins.db |
---|
Methods in org.cid.distribution.plugins.db that throw DistributionProcessingException | |
---|---|
void |
ConnectionComponent.destroy()
When destroyed, this component logs information about the process. |
void |
QueryDataComponent.destroy()
When destroyed, this component logs information about the process. |
java.sql.Connection |
ConnectionComponent.getConnection()
Returns the database connection. |
java.sql.Connection |
ConnectionProvider.getConnection()
Returns a JDBC Connection |
DataEnumeration |
QueryDataComponent.getData()
Returns a DataEnumeration from the query results. |
boolean |
ResultSetToDataEnumeration.hasMoreData()
Tests if this enumeration contains more elements. |
void |
ConnectionComponent.init()
Initializes the ConnectionComponent. |
void |
QueryDataComponent.init()
Initializes the ConnectionComponent. |
DataRow |
ResultSetToDataEnumeration.nextDataRow()
Returns the next DataRow converted from the backing ResultSet. |
Uses of DistributionProcessingException in org.cid.distribution.plugins.list |
---|
Methods in org.cid.distribution.plugins.list that throw DistributionProcessingException | |
---|---|
void |
DBMemberManagerComponent.destroy()
When destroyed, this component logs information about the process. |
java.util.Enumeration<DistributionMember> |
DataMemberManagerComponent.getMembers()
Returns the list members. |
java.util.Enumeration<DistributionMember> |
MemberManager.getMembers()
Returns the list members. |
java.util.Enumeration<DistributionMember> |
DBMemberManagerComponent.getMembers()
|
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 DistributionProcessingException in org.cid.distribution.plugins.logging |
---|
Methods in org.cid.distribution.plugins.logging that throw DistributionProcessingException | |
---|---|
void |
GeneralInfoLogComponent.destroy()
When destroyed, this component logs information about the process. |
Uses of DistributionProcessingException in org.cid.distribution.plugins.mail |
---|
Methods in org.cid.distribution.plugins.mail that throw DistributionProcessingException | |
---|---|
void |
POP3Handler.destroy()
Closes the connection to the POP3 server. |
void |
MailWriterHandler.init()
|
DistributionMessage |
POP3Handler.nextMessage()
Retrieves the next message. |
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 |
MailEditorHandler.process(DistributionMessage message)
This handler processes a message by sending it to each one of the list members. |
MessageEnumeration |
MailWriterHandler.process(DistributionMessage message)
Sends a message through this channel. |
Uses of DistributionProcessingException in org.cid.distribution.plugins.script |
---|
Methods in org.cid.distribution.plugins.script that throw DistributionProcessingException | |
---|---|
void |
ScriptingHandler.init()
|
MessageEnumeration |
ScriptingHandler.process(DistributionMessage message)
This handler processes a message by sending it to each one of the list members. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |