com.sap.sdm.api.remote
Interface ServerType


public interface ServerType

Represents a server type.

Version:
1.0

Method Summary
 java.lang.String getDescription()
          Returns a textual description of this ServerType.
 java.lang.String getName()
          Returns the name of this ServerType.
 

Method Detail

getName

public java.lang.String getName()
                         throws RemoteException
Returns the name of this ServerType.
Returns:
the name of the server type

getDescription

public java.lang.String getDescription()
                                throws RemoteException
Returns a textual description of this ServerType.
Returns:
a textual description of this server type; may be null