This method has been deprecated. Retrieves the properties of the replication synchronization server configuration.
ServerComponentVO getReplicationSyncServerConfiguration() throws SUPAdminException;
If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.
supServerConf.refresh(); ServerComponentVO scvo = supServerConf.getReplicationSyncServerConfiguration(); System.out.println(scvo.getID()); System.out.println(scvo.getType()); System.out.println(scvo.getProperties());