JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Attributes Modification SCU Service. Forwards Attributes Modification Notifications received by the Attributes Modification SCP Service according specified Forwarding Rules.

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R AttributesModificationScuService 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
AcceptTimeout int RW A-Associate accept timeout in milliseconds. 0 = no timeout.
DIMSETimeout int RW DIMSE message timeout in ms. 0 = no timeout.
SocketCloseDelay int RW Socket close delay in milliseconds after an A-Release response.
MaximumPDULength int RW Maximum protocol data unit (PDU) package length for receiving PDUs.
TcpNoDelay boolean RW True False Send packets as quickly as possible (Disable Nagle algorithmn).
SendBufferSize int RW Buffer size used for socket output. 0 = use platform default.
ReceiveBufferSize int RW Buffer size used for socket input. 0 = use platform default.
TLSConfigName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
ForwardingRules java.lang.String RW List of forwarding rules, dependent upon from which application - identified by the Calling AE title - the Attributes Modification Notification was received by the Attributes Modification SCP. The comma separated list of AE titles after the (optional) condition defines the forwarding destinations (= other Attributes Modification SCPs) by their Called AE Titles.

Syntax:
rules = ( rule { newline rule } | 'NONE' ) (* 'NONE' = no forwarding *)
rule = ['[' 'calling' ['!'] '=' from ']'] to
from = aet { '|' aet } (* calling AE titles *)
to = aet { ',' aet } (* destination AE titles *)

Example: [calling!=CENTRAL]CENTRAL
=> Forwards received Attributes Modification Notifications to CENTRAL, except Attributes Modification Notifications received from CENTRAL
CallingAETitle java.lang.String RW Calling AE Title used in the Association Request.
Concurrency int RW Maximum number of concurrent forwarded Attributes Modification Notifications.
Priority java.lang.String RW Priority used in Attributes Modification Notifications C-STORE RQs. Enumerated Values: LOW, MEDIUM, HIGH.
RetryIntervals java.lang.String RW Number and intervals of retries for failed Attributes Modification Notifications.
Format:
Comma separated list of xinterval 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.
NoRetryErrorCode java.lang.String RW Defines particular Error Code in C-STORE RSP, which shall not cause retry of the failed Attributes Modification Notifications. Typically used to avoid retries of Attributes Modification Notifications failed because the target entity does not exists at the forward destination. S. also attribute EntityNotFoundErrorCode of the Attributes Modification SCP Service.
QueueName java.lang.String RW Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
AttributesModificationScpServiceName javax.management.ObjectName RW View MBean Used internally. Do not modify.

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