JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Private Study Management Service SCU Service used to forward messages received by private Study Management Service SCP Service. You must use the Content Edit service to identify where study information updates are sent and received. Use the values in the CalledAETitle and the CallingAETitle attributesto configure specific forwarding rules in this StudyMgtScu Service for study information updates received from the Content Edit Service.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R StudyMgtScuService 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.
Format:
[condition=value,condition=value,...]aeTitle, aeTitle,... | NONE
where
condition = calling|called|command
value = the value is dependant on the condition variable used:
calling - if the condition variable is calling, the value is the AE title. Possible values can be configured in the ContentEdit service.
called - if the condition variable is called, the value is the called AE title. Possible values can be configured in the ContentEdit service.
command - if the condition variable is command, the values can be N_CREATE_RQ | N_SET_RQ | N_DELETE_RQ | N_ACTION_RQ(1) | N_ACTION_RQ(2)
Note that you can optionally have a comma-separated list of condition=value statements.
aeTitle = the AE title the forward rule applies to
Note that you can have a comma-separate list of aeTitles to which the forwarding rule applies.
RetryIfNoSuchSOPInstance boolean RW True False Retry forward if SCP returns status 0112H (No Such SOP Instance).
CallingAETitle java.lang.String RW Calling AET used in Association Request.
RetryIntervals java.lang.String RW Number and intervals of retries for the failed forward requests.
Format:
Comma separated list of number x interval 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.
Concurrency int RW Maximum number of concurrent forwarded messages.
QueueName java.lang.String RW Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
StudyMgtScpServiceName 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

int forward()

Forward DIMSE according to the configured ForwardingRules

Param ParamType ParamValue ParamDescription
origCallingAET java.lang.String Original Calling AE title
origCalledAET java.lang.String Original Called AE title
iuid java.lang.String SOP Instance UID
cmdfield int Command Field
actionTypeID int Action Type ID
dataset org.dcm4che.data.Dataset Data Set

void ncreate()

Invoke N_CREATE at remote AE.

Param ParamType ParamValue ParamDescription
aet java.lang.String AET of Remote AE
iuid java.lang.String SOP Instance UID
dataset org.dcm4che.data.Dataset Data Set

void nset()

Invoke N_SET at remote AE.

Param ParamType ParamValue ParamDescription
aet java.lang.String AET of Remote AE
iuid java.lang.String SOP Instance UID
dataset org.dcm4che.data.Dataset Data Set

void naction()

Invoke N_ACTION at remote AE.

Param ParamType ParamValue ParamDescription
aet java.lang.String AET of Remote AE
iuid java.lang.String SOP Instance UID
actionTypeID int Action Type ID
dataset org.dcm4che.data.Dataset Data Set

void ndelete()

Invoke N_DELETE at remote AE.

Param ParamType ParamValue ParamDescription
aet java.lang.String AET of Remote AE
iuid java.lang.String SOP Instance UID