Retrieval of Messaging Sync Server Configuration

Retrieves the properties of the messaging synchronization configuration from the Unwired Server.

Syntax

ServerComponentVO getMessagingSyncServerConfiguration() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieval
    supServerConf.refresh();
    ServerComponentVO scvo = supServerConf.getMessagingSyncServerConfiguration();
    System.out.println(scvo.getID());
    System.out.println(scvo.getType());
    System.out.println(scvo.getProperties());