wt.version.jmx
Interface WindchillVersionMBean

All Superinterfaces:
SelfEmailingMBean

public interface WindchillVersionMBean
extends SelfEmailingMBean

Provides summary of Windchill version information.

Supported API: true

Extendable: true


Method Summary
 TabularData getInstalledAssemblies()
          Information on installled product assemblies

Supported API: true
 TabularData getLocaleSupport()
          Information on non-default locale support

Supported API: true
 TabularData getTempPatches()
          Information on temporary patches

Supported API: true
 
Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
 

Method Detail

getInstalledAssemblies

TabularData getInstalledAssemblies()
                                   throws Exception
Information on installled product assemblies

Supported API: true

Throws:
Exception

getTempPatches

TabularData getTempPatches()
                           throws Exception
Information on temporary patches

Supported API: true

Throws:
Exception

getLocaleSupport

TabularData getLocaleSupport()
                             throws Exception
Information on non-default locale support

Supported API: true

Throws:
Exception