JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Teaching File and Clinical Trial Export Manager.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R ExportManagerService 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
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
DIMSETimeout int RW DIMSE message timeout in ms. 0 = no timeout.
SocketCloseDelay int RW Socket close delay in milliseconds after an A-Release response.
MaximumPDULength int RW Maximum protocol data unit (PDU) package length for receiving PDUs.
TcpNoDelay boolean RW True False Send packets as quickly as possible (Disable Nagle algorithmn).
SendBufferSize int RW Buffer size used for socket output. 0 = use platform default.
ReceiveBufferSize int RW Buffer size used for socket input. 0 = use platform default.
TLSConfigName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
CallingAETitle java.lang.String RW Calling AE title of the Storage SCU.
PatchJpegLSwithImplementationClassUID java.lang.String RW Patch faulty DICOM JPEG-LS images compressed by JAI-IMAGEIO JPEG-LS encoder with matching Implementation SOP Class UID on export by inserting a LSE marker segment with encoder parameter values T1, T2 and T3 actually used by JAI-IMAGEIO JPEG-LS encoder.
NONE = Disable patching of DICOM JPEG-LS images
ANY = Patch DICOM JPEG-LS images with any Implementation SOP Class UID
ExportSelectorTitles java.lang.String RW Document Title of Export Selection Key Object (Manifest) considered by this service. Format: CODE_VALUE^CODING_SCHEME_DESIGNATOR. Separate multiple values by new line. NONE = service disabled.
Default:
TCE001^IHERADTF^For Teaching File Export
TCE002^IHERADTF^For Clinical Trial Export
TCE007^IHERADTF^For Research Collection Export
113019^99DCM4CHE^For Media Export
DelayReasons java.lang.String RW Recognized Delay Reasons Codes Format: CODE_VALUE^CODING_SCHEME_DESIGNATOR. Separate multiple values by new line. NONE = ignore Delay Reason Codes in Export Selection Key Object.
Default:
TCE011^IHERADTF^Delay export until final report is available
TCE012^IHERADTF^Delay export until clinical information is available
TCE013^IHERADTF^Delay export until confirmation of diagnosis is available
TCE014^IHERADTF^Delay export until histopathology is available
TCE015^IHERADTF^Delay export until other laboratory results is available
TCE016^IHERADTF^Delay export until patient is discharged
TCE017^IHERADTF^Delay export until patient dies
TCE018^IHERADTF^Delay export until expert review is available
DispositionConfigFile java.lang.String RW Configuration file, which maps different Document Titles or Key Object Descriptions of the manifest to different configurations about destination and de-identification. A relative path name is resolved relative to archive-install-directory/server/default/.
AutoExportConfigDirectory java.lang.String RW Directory where configuration files defining auto-export rules are located: if XSL stylesheet "export.xsl" exists in this directory or in a sub-directory equal to the AE Title of the Performing Station AE Title in received MPPS COMPLETED messages, objects referenced in the MPPS message will be exported according the export rules in the stylesheet. A relative path name is resolved relative to archive-install-directory/server/default/.
PersonNameMapping java.lang.String RW Mapping login user name to Person Name to get Observer Person.
Separate each mapping with newline or semicolon.
Format: : (e.g. Smith^John or Smith^John^^Dr^)
If this mapping is disabled with NONE or a user is not mapped the PersonName will be created with following rule:
^ (e.g. DCM4CHEE^admin).
FilesetIDPattern java.lang.String RW Specifies format of Fileset ID of exported Media. 0 or # will be replaced by incremented value of LastFilesetIDSeqno.
FilesetIDSeqno int RW Used with FilesetIDPattern to generate the Fileset ID for created Media. Will automatically incremented for each exported Fileset on Media.
MediaURIPrefix java.lang.String RW Specifies prefix to Fileset ID for assembling a Media ID for usage in the emitted Export Audit Message.
DeleteKeyObjectsAfterExport boolean RW True False Enable/disable deletion of Key Objects after export.
ExportDelay int RW Delay in milliseconds before export process starts.
BufferSize int RW Size of byte buffer used for copying data from file to TCP channel.
Concurrency int RW Maximum number of concurrent processed Export Requests.
FetchSize int RW JDBC Fetch size.
QueueName java.lang.String RW Used internally. Do NOT modify.
QueryRetrieveScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
IANScuServiceName javax.management.ObjectName RW View MBean Used internally. Do not modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
StoreScpServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
TemplatesServiceName 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 clearConfigCache()

Clear configuration cache.
Force to reread disposition configuration files.


java.util.Collection listConfiguredDispositions()

List Dispositions configured in DispositionConfigFile


java.lang.String getObserverPerson()

Get Observer Person Name for username

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

void storeExportSelection()

Send Export Selector to specified destination

Param ParamType ParamValue ParamDescription
manifest org.dcm4che.data.Dataset (no description)
prior int (no description)