|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ChannelContentSourcePK.getChannel()
|
Channel |
ChannelPackageVersionPK.getChannel()
|
Channel |
ResourceChannelPK.getChannel()
|
Methods in org.rhq.core.domain.content that return types with arguments of type Channel | |
---|---|
Set<Channel> |
ContentSource.getChannels()
The channels that this content source provides content to. |
Set<Channel> |
PackageVersion.getChannels()
The set of channels that can serve up this package version. |
Methods in org.rhq.core.domain.content with parameters of type Channel | |
---|---|
ChannelContentSource |
ContentSource.addChannel(Channel channel)
Directly assign a channel to this content source. |
ChannelPackageVersion |
PackageVersion.addChannel(Channel channel)
Directly assign this package version to the given channel. |
ChannelContentSource |
ContentSource.removeChannel(Channel channel)
Removes the channel from this content source, if it exists. |
ChannelPackageVersion |
PackageVersion.removeChannel(Channel channel)
Removes the channel as one that this package version is related to. |
void |
ChannelContentSourcePK.setChannel(Channel channel)
|
void |
ChannelPackageVersionPK.setChannel(Channel channel)
|
void |
ResourceChannelPK.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |