Retrieval of Current Messaging Requests

Retrieves current messaging requests for the specified domains and packages.

Syntax

Collection<MessagingRequestVO> getMessagingRequests(Collection<MonitoredObject> monitoredObjects) throws SUPAdminException;

Returns

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

Examples