wt.util.jmx
Interface PropertiesManagerMBean

All Superinterfaces:
AbstractFileViewMBean, AbstractPropertiesManagerMBean, SelfEmailingMBean

public interface PropertiesManagerMBean
extends AbstractPropertiesManagerMBean

MBean for editing Windchill properties

Supported API: true

Extendable: true


Method Summary
 TabularData getXconfContents()
          The contents of site.xconf and all nested xconf files

Supported API: true
 boolean isHierarchicalDisplay()
          Whether Property Editor MBeans use hierarchically displayable names

Supported API: true
 void refreshPropertiesEditors()
          Scan for new property files and add new Property Editor MBeans

Supported API: true
 void setHierarchicalDisplay(boolean hierarchicalDisplay)
          Whether Property Editor MBeans use hierarchically displayable names

Supported API: true
 
Methods inherited from interface wt.util.jmx.AbstractPropertiesManagerMBean
applyPendingChanges, clearPendingChanges, collectProperties, emailClusterPropertyComparison, emailFile, getCmpPropsStyleSheet, getLogger, getLogLevel, getProperty, getSize, reviewPendingChanges, setCmpPropsStyleSheet, setLogLevel, viewFile
 
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

isHierarchicalDisplay

boolean isHierarchicalDisplay()
Whether Property Editor MBeans use hierarchically displayable names

Supported API: true


setHierarchicalDisplay

void setHierarchicalDisplay(boolean hierarchicalDisplay)
Whether Property Editor MBeans use hierarchically displayable names

Supported API: true


getXconfContents

TabularData getXconfContents()
                             throws Exception
The contents of site.xconf and all nested xconf files

Supported API: true

Throws:
Exception

refreshPropertiesEditors

void refreshPropertiesEditors()
Scan for new property files and add new Property Editor MBeans

Supported API: true