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
InputStream getSnapshotReportStream(org.rhq.core.domain.auth.Subject subject,
int resourceId,
String name,
String description)
throws Exception
- Throws:
Exception
getSnapshotReport
URL getSnapshotReport(org.rhq.core.domain.auth.Subject subject,
int resourceId,
String name,
String description)
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.