|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public 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.
public 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.
public int getNumOfPendingEmails()
public java.lang.String sendTestEmail()
public java.lang.String triggerTestLogSevere()
public java.lang.String triggerTestLogWarning()
public 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.
public long getMailCollectMillis()
public void setMailCollectMillis(long mailCollectMillis)
mailCollectMillis - The mailCollectMillis to set.public java.lang.String getEventTypes()
public void setEventTypes(java.lang.String eventTypes)
eventTypes - A comma separated list of active eventspublic java.lang.String getSmtpDestinationConfiguration()
public void setSmtpDestinationConfiguration(java.lang.String smtpDestinationConfiguration)
smtpDestinationConfiguration - The comma separated properties to set.public java.lang.String getJmxDestinationConfiguration()
public java.lang.String getPublishDestinationConfiguration()
public java.lang.String triggerHeartbeatNotification()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||