Retrieval of Current Replication Requests

Retrieves current replication requests for the specified domains and packages.

Syntax

Collection<ReplicationRequestVO> getReplicationRequests(Collection<MonitoredObject> monitoredObjects) throws SUPAdminException;

Returns

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

Examples