Retrieval of Replication Push Notification Gateway Configuration

Retrieves the configuration of the replication push gateway.

Syntax

ServerComponentVO getReplicationPushNotificationGatewayConfiguration() 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.getReplicationPushNotificationGatewayConfiguration();
    System.out.println(scvo.getID());
    System.out.println(scvo.getType());
    System.out.println(scvo.getProperties());