Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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.

Attributes

CallingAETitle

Calling AE title that is used in echo associations.

AcceptTimeout

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

DIMSETimeout

DIMSE message timeout in milliseconds. 0 = no timeout.

SocketCloseDelay

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

TcpNoDelay

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

SendBufferSize

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

ReceiveBufferSize

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

TLSConfigName

Used internally. Do not modify.

Name

The class name of the MBean

State

The status of the MBean

StateString

The status of the MBean in text form

Operations

echo

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

echo

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

echoAll

Send an echo request to all configured AE titles.

checkEcho

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

create

Standard MBean lifecycle method

start

The start lifecycle operation

stop

The stop lifecycle operation

destroy

The destroy lifecycle operation

jbossInternalLifecycle

The detyped lifecycle operation (for internal use only)

Notifications

  • No labels