com.sap.sdm.api.remote
Interface ClientLog
- public interface ClientLog
Represents the part of the SDM log which belongs to this client.
- Version:
- 1.0
|
Method Summary |
java.lang.String[] |
getAsStrings()
Returns an array of Strings containing the part of the log text
of the SDM log which belongs to this client. |
URLMimic |
getAsURL()
Returns a URL identifying the part of the SDM log which
belongs to this client. |
getAsURL
public URLMimic getAsURL()
throws RemoteException
- Returns a URL identifying the part of the SDM log which
belongs to this client.
- Returns:
- a
URLMimic
getAsStrings
public java.lang.String[] getAsStrings()
throws RemoteException,
java.io.IOException
- Returns an array of Strings containing the part of the log text
of the SDM log which belongs to this client.
- Returns:
- a
String[]