JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Cache compiled XSL Stylesheets.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R TemplatesService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation

javax.xml.transform.Templates getTemplates()

Get compiled stylesheet for specified XSL file.

Param ParamType ParamValue ParamDescription
xslfile java.io.File (no description)

javax.xml.transform.Templates getTemplatesForAET()

Get compiled stylesheet for specified AE title and file name.

Param ParamType ParamValue ParamDescription
configDirectory java.lang.String (no description)
aet java.lang.String (no description)
fileName java.lang.String (no description)

javax.xml.transform.Templates findTemplates()

find compiled stylesheet in list of subdirectories and file names.
A filename has following format: [<prefix>]<fileNames[i]>[<postfix>]
The first file that exists in given subdirectories or configDirectory is used to get the Template.

Param ParamType ParamValue ParamDescription
configDirectory java.lang.String (no description)
subdirs [Ljava.lang.String; (no description)
prefix java.lang.String (no description)
fileNames [Ljava.lang.String; (no description)
postfix java.lang.String (no description)

void clearCache()

Clear cache to force recompile at next access.