JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Management Bean.

List of MBean attributes:

Name Type Access Value Description
domainNames java.lang.String RW Represents the domain name list to query queues
dataSourceList java.lang.String RW Represents the jndi names for the configured data sources
groupList java.lang.String RW Represents the configured file system groups, as strings, separated by newline
otherList java.lang.String RW Represents configured additional file systems to display, as strings, separated by newline
propertyList java.lang.String RW Represents the system properties to display, as strings, separated by newline format is group;label;property
mbeanValueList java.lang.String RW Represents mbean values to display, separated by newline, using json format, f.e.: { "group":"DICOM", "label":"Study Management", "domain":"dcm4chee.archive", "name":"StudyMgtScu", "type":"attribute", "function":"MaxSize" }
group is the name of the table group for display.
label is the display name of the table row.
domain is the MBean domain.
name is the MBean name.
type can be "attribute" or "method".
function is the attribute or method name.
groupFilename java.lang.String RW Full path of file to contain the group declarations
reportFilename java.lang.String RW Full path of file to contain the report declarations
reportTablePagesize int RW Size of the table page (number of rows) for the pagination of the report result table
queueDepthConfig java.lang.String RW Represents configured colors for specific queue depths, configured for each queue separately, separated by newline, using json format, f.e.: { "domain":"dcm4chee.archive", "name":"StudyMgtScu", "depths":[{"color":"yellow","depth":10},{"color":"red","depth":20}] }

List of MBean operations:


[Ljava.lang.String; listAllFileSystemGroups()

MBean Operation.


[Ljava.io.File; listFileSystemsOfGroup()

MBean Operation.

Param ParamType ParamValue ParamDescription
groupname java.lang.String (no description)

long getMinimumFreeDiskSpaceOfGroup()

MBean Operation.

Param ParamType ParamValue ParamDescription
groupname java.lang.String (no description)

long getExpectedDataVolumePerDay()

MBean Operation.

Param ParamType ParamValue ParamDescription
groupname java.lang.String (no description)

java.lang.String getDefaultRetrieveAETitle()

MBean Operation.

Param ParamType ParamValue ParamDescription
groupname java.lang.String (no description)

[Ljava.lang.String; listOtherFileSystems()

MBean Operation.


java.util.Map getSystemProperties()

MBean Operation.


java.util.List getMBeanValues()

MBean Operation.


[Lorg.dcm4chee.dashboard.model.ReportModel; listAllReports()

MBean Operation.

Param ParamType ParamValue ParamDescription
groups boolean True False (no description)

void createReport()

(no description)

Param ParamType ParamValue ParamDescription
report org.dcm4chee.dashboard.model.ReportModel (no description)
isGroup boolean True False (no description)

void updateReport()

(no description)

Param ParamType ParamValue ParamDescription
report org.dcm4chee.dashboard.model.ReportModel (no description)

void deleteReport()

(no description)

Param ParamType ParamValue ParamDescription
report org.dcm4chee.dashboard.model.ReportModel (no description)
isGroup boolean True False (no description)

[[Ljava.lang.String; listQueueNames()

MBean Operation.


[I listQueueAttributes()

MBean Operation.

Param ParamType ParamValue ParamDescription
domainName java.lang.String (no description)
queueName java.lang.String (no description)

[Ljava.lang.String; listQueueDepthConfig()

MBean Operation.