Echo Service. Use this service to test the AE configurations (host and port and protocol) you defined with the AE Configuration Service. First, you must set the CallingAETitle used in echo associations used to test those AE configurations. org.dcm4chex.archive.mbean.EchoService The default constructor EchoService &defaultAttributes; &defaultSCUAttributes; Calling AE title that is used in echo associations. CallingAETitle java.lang.String Send a single echo request to the specified AE title. echo AE title to test aeTitle java.lang.String java.lang.String Send an echo request to the specified AE title, for the specified number of times. echo AE title to test aeTitle java.lang.String number of times to repeat the request nrOfTests java.lang.Integer java.lang.String Send an echo request to an AE configuration, for the specified number of times. echo AE configuration to test. The AE configuration consists of a host, port, and protocol (dicom or dicom-tls with various TLS Ciphersuites combinations). AEData org.dcm4chex.archive.ejb.interfaces.AEDTO number of times to repeat the request nrOfTests java.lang.Integer java.lang.String Send an echo request to all configured AE titles. echoAll [Ljava.lang.String; Checks if an echo request with the specified AE configuration works correctly.<br> This method is quiet (no error messages or exceptions) but return textual timing information or failure as result! echo AE title title java.lang.String Hostname or IP address hostname java.lang.String Port number port int Cipher Suites separated by ','. Use RFC-2246 string representation (e.g. 'SSL_RSA_WITH_3DES_EDE_CBC_SHA') cipherSuites java.lang.String Number of echoes to test.(All in one Association) nrOfTests int java.lang.String Checks if an echo request with the specified AE configuration works correctly.<br> This method is quiet (no error messages or exceptions)! checkEcho AE title title java.lang.String Hostname or IP address hostname java.lang.String Port number port int Cipher Suites separated by ','. Use RFC-2246 string representation (e.g. 'SSL_RSA_WITH_3DES_EDE_CBC_SHA') cipherSuites java.lang.String boolean Checks if an echo request to the specified AE title works correctly.<br> This method is quiet (no error messages or exceptions)! checkEcho AE title to test AEData org.dcm4chex.archive.ejb.interfaces.AEDTO boolean &defaultOperations;