public interface JCoRemoteContext
Modifier and Type | Method and Description |
---|---|
String |
callStackToString()
Returns a string representation of the call stack.
|
String |
getClient()
Returns the client of this remote context.
|
String |
getDestination()
Returns the destination of this remote context.
|
Date |
getFailureTimeStamp()
Returns the time stamp of the failure as a
java.util.Date object. |
String |
getFailureTimeStampAsString()
Returns the time stamp of the failure as a string.
|
String |
getInstallationNumber()
Returns the installation (license) number of the partner (server).
|
String |
getLanguage()
Returns the logon language used by the partner (server).
|
String |
getServerInstance()
Returns the server instance (name) of the partner (server).
|
String |
getServerIpAddress()
Returns the server IP address of the partner (server).
|
String |
getUser()
Returns the user used by the partner (server).
|
boolean |
isCallStackEmpty()
Tests whether a call stack is available that contains at least one entry.
|
String getDestination()
String getServerIpAddress()
String getServerInstance()
String getInstallationNumber()
String getClient()
String getUser()
String getLanguage()
Date getFailureTimeStamp()
java.util.Date
object.String getFailureTimeStampAsString()
String callStackToString()
"null"
or similar if the call stack is not available. Use
isCallStackEmpty()
to test whether a call stack is available that contains at least
one entry.null
or empty call stack may be
represented by any suitable string or null
boolean isCallStackEmpty()
true
if no call stack is available that contains at least one entry,
false
otherwiseCopyright © 2023 SAP. All rights reserved.