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
getSnapshotReportStream
java.io.InputStream getSnapshotReportStream(Subject subject,
int resourceId,
java.lang.String name,
java.lang.String description)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSnapshotReport
java.net.URL getSnapshotReport(Subject subject,
int resourceId,
java.lang.String name,
java.lang.String description)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.