|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AbstractPropertiesManagerMBean
MBean for managing Windchill properties
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
applyPendingChanges()
Apply pending property changes Supported API: true |
void |
clearPendingChanges()
Clear pending property changes Supported API: true |
Map<String,Properties> |
collectProperties()
Collect properties managed by this MBean. |
void |
emailClusterPropertyComparison(String addressesOrEmailList)
Compare properties across a cluster and email the results. |
void |
emailFile(String addressesOrEmailList,
String subject)
E-mail file Supported API: true |
String |
getCmpPropsStyleSheet()
Get the stylesheet used to generate the cluster property comparison output. |
String |
getLogger()
Name of logger Supported API: true |
String |
getLogLevel()
Log level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified) Supported API: true |
String[] |
getProperty(String propertyName)
Retrieve the value of a property Supported API: true |
long |
getSize()
Size of file (in bytes) Supported API: true |
String[] |
reviewPendingChanges()
Review pending property changes Supported API: true |
void |
setCmpPropsStyleSheet(String newStyleSheet)
Set the stylesheet used to generate the cluster property comparison output. |
void |
setLogLevel(String logLevel)
Log level (not persisted with MBean); valid values are ALL, TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF (or blank/unspecified) Supported API: true |
String[] |
viewFile()
View last reasonable portion of this file Supported API: true |
| Methods inherited from interface wt.jmx.core.mbeans.AbstractFileViewMBean |
|---|
getLastModifiedTime, getName, getPath, isExists |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
long getSize()
String getLogger()
String getLogLevel()
void setLogLevel(String logLevel)
String[] viewFile()
throws IOException
IOException
void emailClusterPropertyComparison(String addressesOrEmailList)
throws Exception
String - addressesOrEmailList - The addresses or list to send the results to.
Exception - - If there are any errors comparing across the cluster or sending the email with the results.
void emailFile(String addressesOrEmailList,
String subject)
throws IOException
addressesOrEmailList - Comma-delimited list of e-mail addresses or name of e-mail list to send e-mail tosubject - Subject to give e-mail
IOException
String[] getProperty(String propertyName)
throws Exception
propertyName - Property to retrieve
ExceptionString[] reviewPendingChanges()
void applyPendingChanges()
throws Exception
Exceptionvoid clearPendingChanges()
void setCmpPropsStyleSheet(String newStyleSheet)
String - newStyleSheet - The path, relative to codebase, of the new stylesheet.
String getCmpPropsStyleSheet()
Map<String,Properties> collectProperties()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||