com.sap.sdm.api.remote
Interface SDMConfig
- public interface SDMConfig
Represents the configuration of the SDM server.
- Version:
- 1.0
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