|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceChannel | |
---|---|
org.rhq.core.domain.content | |
org.rhq.core.domain.resource |
Uses of ResourceChannel in org.rhq.core.domain.content |
---|
Methods in org.rhq.core.domain.content that return ResourceChannel | |
---|---|
ResourceChannel |
Channel.addResource(Resource resource)
Directly subscribe a resource to this channel. |
ResourceChannel |
Channel.removeResource(Resource resource)
Unsubscribes the resource from this channel, if it exists. |
Methods in org.rhq.core.domain.content that return types with arguments of type ResourceChannel | |
---|---|
Set<ResourceChannel> |
Channel.getResourceChannels()
Returns the explicit mapping entities. |
Uses of ResourceChannel in org.rhq.core.domain.resource |
---|
Methods in org.rhq.core.domain.resource that return ResourceChannel | |
---|---|
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. |
Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceChannel | |
---|---|
Set<ResourceChannel> |
Resource.getResourceChannels()
Returns the explicit mapping entities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |