Uses of Class
org.rhq.core.domain.content.Channel

Packages that use Channel
org.rhq.core.domain.content   
org.rhq.core.domain.content.composite   
org.rhq.core.domain.resource   
 

Uses of Channel in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return Channel
 Channel ResourceChannelPK.getChannel()
           
 Channel ChannelPackageVersionPK.getChannel()
           
 Channel ChannelContentSourcePK.getChannel()
           
 

Methods in org.rhq.core.domain.content that return types with arguments of type Channel
 Set<Channel> PackageVersion.getChannels()
          The set of channels that can serve up this package version.
 Set<Channel> ContentSource.getChannels()
          The channels that this content source provides content to.
 

Methods in org.rhq.core.domain.content with parameters of type Channel
 ChannelPackageVersion PackageVersion.addChannel(Channel channel)
          Directly assign this package version to the given channel.
 ChannelContentSource ContentSource.addChannel(Channel channel)
          Directly assign a channel to this content source.
 ChannelPackageVersion PackageVersion.removeChannel(Channel channel)
          Removes the channel as one that this package version is related to.
 ChannelContentSource ContentSource.removeChannel(Channel channel)
          Removes the channel from this content source, if it exists.
 void ResourceChannelPK.setChannel(Channel channel)
           
 void ChannelPackageVersionPK.setChannel(Channel channel)
           
 void ChannelContentSourcePK.setChannel(Channel channel)
           
 

Constructors in org.rhq.core.domain.content with parameters of type Channel
ChannelContentSource(Channel channel, ContentSource contentSource)
           
ChannelContentSourcePK(Channel channel, ContentSource contentSource)
           
ChannelPackageVersion(Channel channel, PackageVersion packageVersion)
           
ChannelPackageVersionPK(Channel channel, PackageVersion pv)
           
ResourceChannel(Resource resource, Channel channel)
           
ResourceChannelPK(Resource resource, Channel channel)
           
 

Uses of Channel in org.rhq.core.domain.content.composite
 

Methods in org.rhq.core.domain.content.composite that return Channel
 Channel ChannelComposite.getChannel()
           
 

Constructors in org.rhq.core.domain.content.composite with parameters of type Channel
ChannelComposite(Channel channel, long packageVersionCount)
           
 

Uses of Channel in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return types with arguments of type Channel
 Set<Channel> Resource.getChannels()
          The channels this resource is subscribed to.
 

Methods in org.rhq.core.domain.resource with parameters of type Channel
 ResourceChannel Resource.addChannel(Channel channel)
          Directly subscribe the resource to a channel.
 ResourceChannel Resource.removeChannel(Channel channel)
          Unsubscribes the resource from a channel, if it exists.
 



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