JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

General Purpose Worklist SCU

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R GPWLScuService 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 The calling AE title.
CalledAETitle java.lang.String RW The AE title of the general purpose worklist used for find. Use LOCAL if the DICOM general purpose worklist is provided by the archive and can be accessed directly from the database.
Local boolean R True This value is is set to true if the CalledAETitle attribute is set to LOCAL.
Priority java.lang.String RW Priority for C-Find requests. Enumerated Values: LOW, MEDIUM, HIGH.

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.util.List findGPWLEntries()

Get a list of general purpose worklist entries.

Param ParamType ParamValue ParamDescription
searchDS org.dcm4che.data.Dataset Dataset for C-Find

boolean deleteGPWLEntry()

Delete a general purpose worklist entry.

Param ParamType ParamValue ParamDescription
spsID java.lang.String ID of general purpose worklist entry (Scheduled Procedure Step ID)