Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Echo Service: Use this service to test the AE configurations (host, port, and protocol) that you defined with the AE Configuration Service. First, you must set the CallingAETitle used in echo associations in order to test those AE configurations.

Dependencies

Attributes

#CallingAETitle
Anchor
CallingAETitle

...

CallingAETitle

The calling AE title that is used in echo associations.

Default Value: DCM4CHEE

#AcceptTimeout
Anchor
AcceptTimeout
AcceptTimeout

A-Associate accept timeout in milliseconds. 0 = no timeout.

Default Value: 10000

#DIMSETimeout
Anchor
DIMSETimeout
DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

Default Value: 600000

#SocketCloseDelay
Anchor
SocketCloseDelay
SocketCloseDelay

Socket close delay in milliseconds after an A-Release response.

Default Value: 50

#MaximumPDULength
Anchor
MaximumPDULength
MaximumPDULength

Maximum protocol data unit (PDU) package length for receiving PDUs.

Default Value: 16352

#TcpNoDelay
Anchor
TcpNoDelay
TcpNoDelay

Send packets as quickly as possible (Disable Nagle's algorithmn).

Default Value: true

#SendBufferSize
Anchor
SendBufferSize
SendBufferSize

Buffer size used for socket output. 0 = use platform default.

Default Value: 0

#ReceiveBufferSize
Anchor
ReceiveBufferSize
ReceiveBufferSize

Buffer size used for socket input. 0 = use platform default.

Default Value: 0

#TLSConfigName
Anchor
TLSConfigName
TLSConfigName

Used internally. Do not modify.

Default Value: dcm4chee.archive:service=TLSConfig

#Name
Anchor
Name
Name

The class name of the MBean

#State
Anchor
State
State

The status of the MBean

#StateString
Anchor
StateString
StateString

The status of the MBean in text form

Operations

#echo(aeTitle)
Anchor
echo(aeTitle)
echo(aeTitle)

Send an a single echo request to the specified AE title.

#echo(aeTitle,nrOfTests)
Anchor
echo(aeTitle,nrOfTests)
echo(aeTitle,nrOfTests)

Send an echo request to an AE Title, for the specified number of times.

#echo(aeData,nrOfTests)
Anchor
echo(aeData,nrOfTests)
echo(aeData,nrOfTests)

Send an echo request to an AE configuration, for the specified number of times.

#echoAll
Anchor
echoAll
echoAll

Send an echo request to all configured AE titles.

#checkEcho
Anchor
checkEcho
checkEcho

Checks if an echo request to the specified AE title works correctly. This method is quiet (no error messages or exceptions)!

#create
Anchor
create
create

Standard MBean lifecycle method

#start
Anchor
start
start

The start lifecycle operation

#stop
Anchor
stop
stop

The stop lifecycle operation

#destroy
Anchor
destroy
destroy

The destroy lifecycle operation

#jbossInternalLifecycle
Anchor
jbossInternalLifecycle
jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

...