JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Find SCU Service to query Instance Availability of a particular Study.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R FindScuService 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 Find SCU.
Priority java.lang.String RW Priority for C-Find requests. Enumerated Values: LOW, MEDIUM, HIGH.
TLSConfigName 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

java.lang.String availabilityOfStudy()

Query C-FIND SCP for Instance Availability of particular Study

Param ParamType ParamValue ParamDescription
aet java.lang.String C-FIND SCP AE Title
uid java.lang.String Study Instance UID

org.dcm4che.data.Dataset findStudy()

Query C-FIND SCP for particular Study

Param ParamType ParamValue ParamDescription
aet java.lang.String C-FIND SCP AE Title
uid java.lang.String Study Instance UID