Getting Server Details

Retrieve the SUP server host name.

Syntax

public String getServer() throws com.sybase.mo.MessagingClientException

Returns

Returns the server name as a string.

Examples

  • Retrieve the server details
    LiteAppSettings appSettings = new LiteAppSettings();
    String ServerName = appSettings.getServer();