public interface ConnectionInfo
ConnectionInfo
contains the connection id and connection counter
related to the established connection.Modifier and Type | Method and Description |
---|---|
int |
getCounter()
Returns the connection counter that counts how many times this connection
(with the specified connection id ) has been used.
|
byte[] |
getId()
Returns the connection id as byte array.
|
byte[] getId()
int getCounter()
Copyright © 2024 SAP. All rights reserved.