Uses of Interface
org.rhq.core.pluginapi.content.ContentContext

Packages that use ContentContext
org.rhq.core.pluginapi.content   
org.rhq.core.pluginapi.inventory   
 

Uses of ContentContext in org.rhq.core.pluginapi.content
 

Methods in org.rhq.core.pluginapi.content with parameters of type ContentContext
 long ContentServices.downloadPackageBits(ContentContext context, PackageDetailsKey packageDetailsKey, OutputStream outputStream, boolean resourceExists)
          Requests that the plugin container download and stream the bits for the specified package.
 long ContentServices.downloadPackageBitsForChildResource(ContentContext context, String childResourceTypeName, PackageDetailsKey key, OutputStream outputStream)
          Requests the plugin container download and stream the bits for the specified package.
 long ContentServices.downloadPackageBitsRange(ContentContext context, PackageDetailsKey packageDetailsKey, OutputStream outputStream, long startByte, long endByte, boolean resourceExists)
          Requests that the plugin container download and stream the bits for the specified package.
 long ContentServices.getPackageBitsLength(ContentContext context, PackageDetailsKey packageDetailsKey)
          Requests the size, in bytes, of the identified package version.
 PageList<PackageVersionMetadataComposite> ContentServices.getPackageVersionMetadata(ContentContext context, PageControl pc)
          Requests all metadata for all package versions that the calling resource component is subscribed to see.
 String ContentServices.getResourceSubscriptionMD5(ContentContext context)
          Gets the MD5 hash which identifies a resource "content subscription".
 

Uses of ContentContext in org.rhq.core.pluginapi.inventory
 

Methods in org.rhq.core.pluginapi.inventory that return ContentContext
 ContentContext ResourceContext.getContentContext()
          Returns a ContentContext that allows the plugin to access the content functionality provided by the plugin container.
 

Constructors in org.rhq.core.pluginapi.inventory with parameters of type ContentContext
ResourceContext(Resource resource, T parentResourceComponent, ResourceDiscoveryComponent resourceDiscoveryComponent, SystemInfo systemInfo, File temporaryDirectory, File dataDirectory, String pluginContainerName, EventContext eventContext, OperationContext operationContext, ContentContext contentContext, Executor availCollectorThreadPool, PluginContainerDeployment pluginContainerDeployment)
          Creates a new ResourceContext object.
 



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