com.sap.sdm.api.remote
Interface UnDeployProcessor


public interface UnDeployProcessor

Provides methods for executing the undeployment process on the remote server.

Version:
1.0

Method Summary
 void undeploy(UnDeployItem[] undeployItems)
          Executes the undeployment of the specified components on the SDM server.
 

Method Detail

undeploy

public void undeploy(UnDeployItem[] undeployItems)
              throws RemoteException
Executes the undeployment of the specified components on the SDM server. Each component is specified via a UnDeployItem that also provides a description of the undeploy result for the particular component after the method has returned.
Parameters:
unDeployItems - an array of UnDeployItem