com.sap.sdm.api.remote
Interface TargetSystem


public interface TargetSystem

Represents a target system.

Version:
1.0

Method Summary
 FixedSizeParamContainer getConfiguration()
          Returns the configuration of this TargetSystem.
 java.lang.String getDescription()
          Returns a textual description of this TargetSystem.
 java.lang.String getID()
          Returns the ID of this TargetSystem.
 ServerType getType()
          Returns the server type of this TargetSystem.
 boolean isConfigurationComplete()
          Indicates whether the configuration of this TargetSystem is complete.
 

Method Detail

getID

public java.lang.String getID()
                       throws RemoteException
Returns the ID of this TargetSystem.
Returns:
the ID of the target system

getDescription

public java.lang.String getDescription()
                                throws RemoteException
Returns a textual description of this TargetSystem.
Returns:
a textual description of the target system; may be null

getType

public ServerType getType()
                   throws RemoteException
Returns the server type of this TargetSystem.
Returns:
the ServerType of this TargetSystem

getConfiguration

public FixedSizeParamContainer getConfiguration()
                                         throws RemoteException
Returns the configuration of this TargetSystem.
Returns:
a FixedSizeParamContainer, containing the configuration of this TargetSystem

isConfigurationComplete

public boolean isConfigurationComplete()
                                throws RemoteException
Indicates whether the configuration of this TargetSystem is complete.
Returns:
true if the configuration is complete; false otherwise