com.sap.sdm.api.remote
Interface DeployItem


public interface DeployItem

Provides a link from an archive to its deploy result. Use HelperFactory.createDeployItem(File) to create an instance of this interface.

Version:
1.0

Method Summary
 DeployResult getDeployResult()
          Returns the deploy result of the linked archive after the deployment has been executed.
 

Method Detail

getDeployResult

public DeployResult getDeployResult()
                             throws RemoteException
Returns the deploy result of the linked archive after the deployment has been executed.
Returns:
a DeployResult