public class SupportManagerBean extends Object implements SupportManagerLocal, SupportManagerRemote
Permission.MANAGE_INVENTORY
permissions.| Constructor and Description |
|---|
SupportManagerBean() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getSnapshotReport(org.rhq.core.domain.auth.Subject subject,
int resourceId,
String name,
String description)
Asks that a snapshot report be taken of the given resource.
|
InputStream |
getSnapshotReportStream(org.rhq.core.domain.auth.Subject subject,
int resourceId,
String name,
String description) |
public InputStream getSnapshotReportStream(org.rhq.core.domain.auth.Subject subject, int resourceId, String name, String description) throws Exception
getSnapshotReportStream in interface SupportManagerLocalExceptionpublic URL getSnapshotReport(org.rhq.core.domain.auth.Subject subject, int resourceId, String name, String description) throws Exception
SupportManagerRemotegetSnapshotReport in interface SupportManagerLocalgetSnapshotReport in interface SupportManagerRemotesubject - the user requesting the snapshotresourceId - the resource whose snapshot report is to be takenname - the name of the snapshot reportdescription - a description for the caller to use to describe the purpose for taking the snapshot reportExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.