JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

DICOM Echo Service

List of MBean attributes:

Name Type Access Value Description
CallingAETitle java.lang.String RW Calling AE title of the Move SCU.
BindToCallingAET boolean RW True False Bind socket to address of CallingAET.
ConnectTimeout int RW Connection timeout in ms. 0 = no timeout
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
DimseRspTimeout int RW Timeout in milliseconds for receiving DIMSE-RSP. 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).
TlsCfgServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
PingTimeout int RW ICMP Ping Timeout in ms. 0 = no timeout
Name java.lang.String R EchoService 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

boolean echo()

Perform a DICOM Echo to given Application Entity.

Param ParamType ParamValue ParamDescription
aet java.lang.String Application Entity Title

java.lang.String echo()

Checks if an echo request with the specified AE configuration works correctly. This method is quiet (no error messages or exceptions) but return textual timing information or failure as result!

Param ParamType ParamValue ParamDescription
ae org.dcm4chee.archive.entity.AE Application Entity
nrOfTests int Number of echoes to test.(All in one Association)

boolean ping()

Checks if the given host is reachable via ICMP ping or TCP Echo (port 7).

Param ParamType ParamValue ParamDescription
hostname java.lang.String Hostname or IP address