JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

MPPS Emulator. Use to emulate the generation of MPPS messages for the defined AE titles.

List of MBean attributes:

Name Type Access Value Description
ModalityAETitles java.lang.String RW AE titles of modalities for which MPPS messages shall be emulated. Multiple AE titles are separated by new line. For each AE title, a minimum delay time between the time the last object of the a study is received and the generation of the MPPS message can be explicit specified. If no delay is specified, a default delay of 5 minutes is used.
Format: aeTitle[:delay]
delay can be specified in seconds (##s) or minutes (##m).
Sample: MOD_MPPS:3m
PollInterval java.lang.String RW Interval for polling for newly received series from modalities you configured in the ModalityAETitles attribute. The interval can be specified in seconds (##s) or minutes (##m). NEVER = disable MPPS emulation.
CalledAETitle java.lang.String RW AE title of the MPPS SCP, to which the emulated MPPS messages shall be sent.
IgnoreReqAttrIfNoStudyAccNo boolean RW True False Ignore Request Attribute Sequence if study has no Accession Number.
This will force an unscheduled MPPS and should only be used when the Request Attribute Sequence wrongly contains request attributes!
isRunning boolean R False Current state if a MPPS emulation task is running. Used to avoid concurrency!
TimerIDCheckSeriesWithoutMPPS java.lang.String RW Used internally. Do NOT modify.
MppsScuServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
SchedulerServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Name java.lang.String R MPPSEmulatorService 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

int emulateMPPS()

Emulate MPPS messages for newly received series from the stations or modalities specified by the ModalityAETitles attribute. Returns the number of successfully created MPPS instances at the MPPS SCP that you specified with the CalledAETitle property.


int emulateMPPS()

Emulate MPPS messages for a specific study with given Study Pk.

Param ParamType ParamValue ParamDescription
studyPk long Study Primary Key.