|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoRemoteContext
This interface comprises all the methods an object representing a remote context of a (failed) RFC connection is required to implement.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |