JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

PPS SCU Service to forward GP-PPS messages received by the PPS SCP Service

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R PPSScuService 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.
DestinationAETitles java.lang.String RW List of the AE titles of application entities being notified about Work item status changes by GP-PPS messages, separated by \(backslash). NONE = do not send GP-PPS messages to any application entities. Duplicate GP-PPS N-CREATE messages triggered by multiple GP-SPS N-ACTION with status IN PROGRESS can be avoided by configuration of local GP-PPS SCP as additional destination.
CallingAETitle java.lang.String RW Calling AE title used in the Association Request.
PpsUidSuffix java.lang.String RW Suffix used to derive SOP Instance UID of emitted GP-PPS from SOP Instance UID of corresponding GP-SPS.
CopyWorkitemCode boolean RW True False Specifies if Scheduled Workitem Code of GP-SPS is set as Performed Workitem Code in emitted GP-PPS.
CopyStationNameCode boolean RW True False Specifies if Scheduled Station Name Code of GP-SPS is set as Performed Station Name Code in emitted GP-PPS.
CopyStationClassCode boolean RW True False Specifies if Scheduled Station Class Code of GP-SPS is set as Performed Station Class Code in emitted GP-PPS.
CopyStationGeographicLocationCode boolean RW True False Specifies if Scheduled Station Geographic Location Code of GP-SPS is set as Performed Station Geographic Location Code in emitted GP-PPS.
CopyProcessingApplicationsCode boolean RW True False Specifies if Scheduled Processing Applications Code of GP-SPS is set as Performed Processing Applications Code in emitted GP-PPS.
Concurrency int RW Maximum number of concurrent forwarded GP-PPS messages.
RetryIntervals java.lang.String RW Number and intervals of retries of failed GP-PPS forward requests.
Format:
Comma separated list of numberxinterval 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.
QueueName java.lang.String RW Used internally. Do NOT modify.
JMSServiceName javax.management.ObjectName RW View MBean Used internally. Do NOT modify.
GpwlScpServiceName 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