JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Instance Availability Notification (IAN) SCU Service

List of MBean attributes:

Name Type Access Value Description
CallingAETitle java.lang.String RW Calling AE title of the Instance Availability Notification (IAN) SCU.
CalledAETitles java.lang.String RW AE title(s) of IAN SCPs.
OfferStudyContentNotification boolean RW True False Offer also retired Study Content Notification.
BindToCallingAET boolean RW True False Bind socket to address of CallingAET.
Priority java.lang.String RW Priority used in C-MOVE requests. Enumerated Values: LOW, MEDIUM, HIGH.
ConnectTimeout int RW Connection timeout in ms. 0 = no timeout
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
RetrieveRspTimeout int RW Timeout in milliseconds for receiving DIMSE-RSP for an open C-MOVE request. 0 = no timeout.
ReleaseTimeout int RW Timeout in ms for receiving A-RELEASE-RP.
SocketCloseDelay int RW Delay in ms for Socket close after sending A-ABORT.
MaximumPDULengthReceive int RW Maximum protocol data unit (PDU) package length for receiving PDUs.
getMaxOpsInvoked int RW Maximum number of outstanding operations this MOVE SCU will invoke on one Association. 0 = no limit
TcpNoDelay boolean RW True False Send packets as quickly as possible (Disable Nagle's algorithmn).
RetryIntervals java.lang.String RW Number and intervals of retries for failed Instance Available or Study Content Notification 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.
QueueName java.lang.String RW Used internally. Do not modify.
TlsCfgServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
Concurrency int RW Maximum number of concurrent sent notifications.
Name java.lang.String R IANScuService 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

void scheduleIAN()

Schedule Instance Availability Notification to configured calledAETs.

Param ParamType ParamValue ParamDescription
ian org.dcm4che2.data.DicomObject DicomObject with IAN attributes