public class TransportStatus
extends java.lang.Object
Constructor and Description |
---|
TransportStatus(java.lang.String status,
long totalReceived,
long totalSent)
Constructs a TransportStatus instance with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStatus() |
long |
getTotalReceived() |
long |
getTotalSent() |
public TransportStatus(java.lang.String status, long totalReceived, long totalSent)
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.Submit a bug or feature
Copyright (c) 2013-2022 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.