JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Delete Study Service. Perform scheduled deletion of Studies.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R DeleteStudyService 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
DeleteSeriesBySeries boolean RW True False Enables deletion of Studies Series by Series to avoid failures of deletion of large studies caused by Transaction timeout. May cause partially deleted Studies, because successfully deletion of one Series cannot be reversed, when deletion of another Series of the Study failed. But the deletion of such remaining Series will be also retried according the configured RetryIntervalsForJmsOrder.
DeleteStudyFromDB boolean RW True False Enables deletion of Studies also from the database, if none of its instances is longer stored on any file system managed by this archive instance. Attention: will also remove only external retrieveable studies and studies archived to media from the database, so its data is no longer accessable by the DICOM Query Service and DICOM Retrieve requests can no longer be forwarded to the external Retrieve Application Entity.
DeletePatientWithoutObjects boolean RW True False Enables deletion of patients without Studies, MWL, MPPS, GPWL or GPPPS entries. Only effective with activated DeleteStudiesFromDB.
CreateIANonStudyDelete boolean RW True False Defines if an Instance Availability Notification shall be created for deleted studies to notify remote Application Entities configured in the IAN Service about changes of the Instance Availability and Retrieve AETs.
RetryIntervalsForJmsOrder java.lang.String RW Number and interval of retries made for failed JMS order, e.g., deleteStudy.
Format:
Comma separated list of numberxinterval pairs.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).
Example:
5x1m,10x10m means retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.
DeleteStudyQueueName java.lang.String RW Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.

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

void scheduleDeleteOrder()

Schedule Delete Study Order.

Param ParamType ParamValue ParamDescription
order org.dcm4chex.archive.common.DeleteStudyOrder (no description)