Package com.sap.sdm.api.remote

Interface Summary
AbstractParamContainer An abstract container for Param objects.
Client An entry point to the functional methods provided by SDM for a remote client.
ClientLog Represents the part of the SDM log which belongs to this client.
ClientSession Represents a client session on an SDM server.
ComponentVersionHandlingRule Represents a rule regarding handling of different versions of DCs which could be used for deployment.
ComponentVersionHandlingRules All possible int and String represantations for ComponentVersionHandlingRule.
DeployItem Provides a link from an archive to its deploy result.
DeployProcessor Provides methods for executing the deployment process on the remote server.
DeployResult Represents the result of a started deployment process.
DynSizeParamContainer A container for a variable number of Param objects.
ErrorHandlingRule Represents a rule regarding deploy-time error handling.
ErrorHandlingRules This class is new with API client version 5.
FixedSizeParamContainer A container for a fixed number of Param objects.
HelperFactory Enables the client to create objects that are not provided by the SDM server.
Param Represents a parameter.
ParamType Represents a parameter type.
ParamTypes Summarizes the permitted types of Param objects.
SDMConfig Represents the configuration of the SDM server.
ServerType Represents a server type.
TargetSystem Represents a target system.
TargetSystemContainer A container for target systems.
UnDeployItem Provides a link from an archive to its deploy result.
UnDeployProcessor Provides methods for executing the undeployment process on the remote server.
UnDeployResult Represents the result of a started undeployment process.
URLMimic Represents a Uniform Resource Locator, mimicking the java.net.URL class.
 

Class Summary
ClientSessionFactory An entry point for a client of the SDM remote client API.
 

Exception Summary
RemoteException Signals that the communication between client and server has failed or has been interrupted.
WrongPasswordException Signals that the wrong password was used for login trial.