|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TechSupportMBean
Provides operation(s) to mass e-mail data and files to PTC technical
support.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
emailFilesToSupport(long callNumber)
E-mail JMX management bean (MBean) data and registered log directories to PTC technical support for all nodes in the cluster -- and with no additional e-mail recipients. |
void |
emailFilesToSupport(long callNumber,
String additionalRecipients,
boolean mailMBeans,
boolean mailLogDirs,
boolean forFullCluster)
E-mail JMX management bean (MBean) data and/or registered log directories to PTC technical support. |
String |
getEmailAddress()
E-mail address of PTC technical support Supported API: true |
int |
getMaxAgeInDaysOfLogsToEmail()
Maximum age (in days) of log files to e-mail Supported API: true |
void |
setMaxAgeInDaysOfLogsToEmail(int maxAgeInDaysOfLogsToEmail)
Maximum age (in days) of log files to e-mail Supported API: true |
| Method Detail |
|---|
String getEmailAddress()
int getMaxAgeInDaysOfLogsToEmail()
void setMaxAgeInDaysOfLogsToEmail(int maxAgeInDaysOfLogsToEmail)
void emailFilesToSupport(long callNumber)
throws Exception
callNumber - Number of PTC technical support call this data is related to (without the leading "C")
Exception
void emailFilesToSupport(long callNumber,
String additionalRecipients,
boolean mailMBeans,
boolean mailLogDirs,
boolean forFullCluster)
throws Exception
callNumber - Number of PTC technical support call this data is related to (without the leading "C")additionalRecipients - E-mail addresses (or e-mail list) to send to in addition to PTC technical supportmailMBeans - Whether JMX management bean (MBean) data dumps should be generated and e-mailedmailLogDirs - Whether registered logs directories should be e-mailedforFullCluster - Whether e-mail operation should be performed for each node in the cluster (when false operation is only applied to this process)
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||