JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Consistency Check Service. Sets up a schedule to automatically check the consistency of compressed images. You can set image compression rules in the Compression Service. You can also use the commands below to manually check the consistency of images.

List of MBean attributes:

Name Type Access Value Description
AvailabilityOfExternalRetrieveable java.lang.String RW Defines Instance Availability of studies which becomes only external retrievable after deletion from file systems accessable by this archive instance. Enumerated values: "ONLINE", "NEARLINE", "OFFLINE", "UNAVAILABLE"
TaskInterval java.lang.String RW Interval in which to check for images for consistency.
Format:
interval!from-to or NEVER
interval = ##s (in seconds), ##m (in minutes), ##h (in hours).
from = start hour (0-23) when no consistency check should be performed
to = end hour (0-23) when no consistency check should be performed
NEVER = disable automatic consistency checking
Example:10s!9-17 means every 10 seconds, poll the database and check image consistency, except between the hours of 9:00am and 5:00pm. By setting this type of TaskInterval, you can ensure checks occur outside of peak imaging hours.
MinStudyAge java.lang.String RW Minimum age of a study that will be checked for consistency, in ##w (in weeks), ##d (in days), or ##h (in hours).
MaxStudyAge java.lang.String RW Maximum age of a study that will be checked for consistency, in ##w (in weeks), ##d (in days), or ##h (in hours).
MaxCheckedBefore java.lang.String RW Maximum amount of time from the last consistency check, in ##w (in weeks), ##d (in days), or ##h (in hours).
LimitNumberOfStudiesPerTask int RW Maximum number of studies that are checked in one task.
SchedulerServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
TimerIDCheckStudyConsistency java.lang.String RW Used internally. Do NOT modify.
Name java.lang.String R ConsistenceCheckService 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

java.lang.String check()

Check consistency of studies.