public class ExtendedTransportStatus extends TransportStatus
Constructor and Description |
---|
ExtendedTransportStatus(java.lang.String status,
long totalReceived,
long totalSent,
java.util.Properties statusInfo)
Constructs a ExtendedTransportStatus instance with the specified parameters.
|
getStatus, getTotalReceived, getTotalSent
public ExtendedTransportStatus(java.lang.String status, long totalReceived, long totalSent, java.util.Properties statusInfo)
status
- A string containing a transport-specific status message.
Strings longer than 1024 characters will be truncated.totalReceived
- The total number of downstream events received
since the IAF was run.totalSent
- The total number of upstream events sent since the IAF
was run.statusInfo
- Any additional status information about this transport.
Standard statusInfo keys are:
Submit a bug or feature
Copyright (c) 2013-2020 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.