JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

DICOM Modality Performed Procedure Step SCU Service. Used to forward MPPS messages received by the MPPS SCP Service.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R MPPSScuService 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.
ForwardingRules java.lang.String RW List of forwarding rules, dependent upon which application - identified by the Calling AE title - sent the MPPS. The comma separated list of AE titles after the (optional) condition defines the forwarding destination (the other MPPS SCP) by its Called AE Title.

Syntax:
rules = ( rule { newline rule } | 'NONE' ) (* 'NONE' = no forwarding *)
rule = ['[' 'calling' ['!'] '=' from ']'] to
from = aet { '|' aet } (* calling AE titles *)
to = aet { ',' aet } (* destination AE titles *)

Example: [calling!=ORDER_FILLER]ORDER_FILLER
=> Forwards received MPPS to ORDER_FILLER, except MPPS received from ORDER_FILLER
CallingAETitle java.lang.String RW Calling AE Ttle used in the Association Request.
Concurrency int RW Maximum number of concurrent forwarded MPPS messages.
RetryIntervals java.lang.String RW Number and intervals of retries for failed MPPS forward requests.
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.
QueueName java.lang.String RW Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
MppsScpServiceName 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 sendMPPS()

Send MPPS to Application Entity specified by AET.

Param ParamType ParamValue ParamDescription
create boolean True False if true, send N-CREATE, otherwise N-SET MPPS message.
mpps org.dcm4che.data.Dataset MPPS Dataset
aet java.lang.String Application Entity Title