org.rhq.core.pluginapi.support
Class SnapshotReportResults

java.lang.Object
  extended by org.rhq.core.pluginapi.support.SnapshotReportResults
All Implemented Interfaces:
Serializable

public class SnapshotReportResults
extends Object
implements Serializable

Contains the results of a snapshot report, including a stream to the contents of the snapshot.

See Also:
Serialized Form

Constructor Summary
SnapshotReportResults(InputStream inputStream)
          Creates the results object.
 
Method Summary
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotReportResults

public SnapshotReportResults(InputStream inputStream)
Creates the results object.

Parameters:
inputStream - the stream that contains the snapshot report content.
Method Detail

getInputStream

public InputStream getInputStream()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.