org.rhq.enterprise.server.support
Interface SupportManagerLocal

All Known Implementing Classes:
SupportManagerBean

public interface SupportManagerLocal

Provides some methods that are useful for supporting managed resources. This includes being able to take a snapshot report of a managed resource, such as its log files, data files, and anything the managed resource wants to expose.

Author:
John Mazzitelli

Method Summary
 URL getSnapshotReport(Subject subject, int resourceId, String name, String description)
           
 InputStream getSnapshotReportStream(Subject subject, int resourceId, String name, String description)
           
 

Method Detail

getSnapshotReportStream

InputStream getSnapshotReportStream(Subject subject,
                                    int resourceId,
                                    String name,
                                    String description)
                                    throws Exception
Throws:
Exception

getSnapshotReport

URL getSnapshotReport(Subject subject,
                      int resourceId,
                      String name,
                      String description)
                      throws Exception
Throws:
Exception


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.