JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

The property manager

List of MBean attributes:

Name Type Access Value Description
UseCache boolean R True Returns true if the property manager cache is enabled
Developping boolean R False Returns true if the portal is in development mode

List of MBean operations:


void setProperty()

Update the value of a property

Param ParamType ParamValue ParamDescription
p1 java.lang.String The property name
p2 java.lang.String The property value

void refresh()

Refresh the property manager cache


java.lang.String getProperty()

Returns the value of a property

Param ParamType ParamValue ParamDescription
p1 java.lang.String The property name to return