|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventPluginMBean
JMX control for the native EventPlugin.
Method Summary | |
---|---|
int |
clearPendingEmails()
Depending on the configuration setting mail.collectMillis
emails are collected to not send too many emails in too
short period of time. |
java.lang.String |
dumpPendingEmails()
Depending on the configuration setting mail.collectMillis
emails are collected to not send too many emails in too
short period of time. |
java.lang.String |
getEventTypes()
The comma separated list of active events. |
java.lang.String |
getJmxDestinationConfiguration()
The JMX configuration setup from xmlBlasterPlugins.xml |
long |
getMailCollectMillis()
How long to collect outgoing emails? |
int |
getNumOfPendingEmails()
|
java.lang.String |
getPublishDestinationConfiguration()
The publish-message configuration setup from xmlBlasterPlugins.xml |
java.lang.String |
getSmtpDestinationConfiguration()
Configuration properties of the email sink. |
java.lang.String |
sendPendingEmails()
Depending on the configuration setting mail.collectMillis
emails are collected to not send too many emails in too
short period of time. |
java.lang.String |
sendTestEmail()
Triggers a default email to test the configuration. |
void |
setEventTypes(java.lang.String eventTypes)
A comma separated list of active events. |
void |
setMailCollectMillis(long mailCollectMillis)
|
void |
setSmtpDestinationConfiguration(java.lang.String smtpDestinationConfiguration)
Configuration properties of the email sink. |
java.lang.String |
triggerHeartbeatNotification()
Manually trigger a heart beat message. |
java.lang.String |
triggerTestLogSevere()
Triggers a log.severe to test the configuration. |
java.lang.String |
triggerTestLogWarning()
Triggers a log.warning to test the configuration. |
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminService |
---|
activate, deActivate, isActive |
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminPlugin |
---|
getType, getVersion, isShutdown, shutdown |
Methods inherited from interface org.xmlBlaster.util.admin.I_AdminUsage |
---|
getUsageUrl, setUsageUrl, usage |
Method Detail |
---|
java.lang.String dumpPendingEmails()
mail.collectMillis
emails are collected to not send too many emails in too
short period of time.
Here it is possible to look into such emails.
The default collection time is 12 hours.
int clearPendingEmails()
mail.collectMillis
emails are collected to not send too many emails in too
short period of time.
Here it is possible to look into such emails.
The default collection time is 12 hours.
int getNumOfPendingEmails()
java.lang.String sendTestEmail()
java.lang.String triggerTestLogSevere()
java.lang.String triggerTestLogWarning()
java.lang.String sendPendingEmails()
mail.collectMillis
emails are collected to not send too many emails in too
short period of time.
Here it is possible to send such emails now.
The default collection time is 12 hours.
long getMailCollectMillis()
void setMailCollectMillis(long mailCollectMillis)
mailCollectMillis
- The mailCollectMillis to set.java.lang.String getEventTypes()
void setEventTypes(java.lang.String eventTypes)
eventTypes
- A comma separated list of active eventsjava.lang.String getSmtpDestinationConfiguration()
void setSmtpDestinationConfiguration(java.lang.String smtpDestinationConfiguration)
smtpDestinationConfiguration
- The comma separated properties to set.java.lang.String getJmxDestinationConfiguration()
java.lang.String getPublishDestinationConfiguration()
java.lang.String triggerHeartbeatNotification()
|
xmlBlaster 2.2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |