com.sap.sdm.api.remote
Interface SDMConfig


public interface SDMConfig

Represents the configuration of the SDM server.

Version:
1.0

Method Summary
 ServerType[] getServerTypes()
          Returns the supported server types.
 DynSizeParamContainer getSubstVarContainer()
          Returns the defined substitution variables.
 TargetSystemContainer getTargetSystemContainer()
          Returns the registered target systems.
 

Method Detail

getSubstVarContainer

public DynSizeParamContainer getSubstVarContainer()
                                           throws RemoteException
Returns the defined substitution variables.
Returns:
a DynSizeParamContainer containing the defined substitution variables as Param objects

getTargetSystemContainer

public TargetSystemContainer getTargetSystemContainer()
                                               throws RemoteException
Returns the registered target systems.
Returns:
a TargetSystemContainer containing the registered target systems

getServerTypes

public ServerType[] getServerTypes()
                            throws RemoteException
Returns the supported server types.
Returns:
an array of ServerType