|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterManagerRemote
| Method Summary | |
|---|---|
org.rhq.core.domain.resource.group.ResourceGroup |
createAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey,
boolean addResources)
Given a cluster key create a backing group. |
org.rhq.core.domain.resource.group.ResourceGroup |
getAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
Return the backing group for the supplied cluster key. |
List<org.rhq.core.domain.resource.Resource> |
getAutoClusterResources(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
Given a cluster key get the auto cluster resource membership. |
org.rhq.core.domain.resource.group.composite.ClusterFlyweight |
getClusterTree(org.rhq.core.domain.auth.Subject subject,
int groupId)
Load a fully populated tree view of the "cluster nodes" for a cluster group. |
| Method Detail |
|---|
org.rhq.core.domain.resource.group.ResourceGroup createAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey,
boolean addResources)
clusterKey - addResources - If true, the new group will be assigned the current resources defined by the clusterKey.
Otherwise no resources will be assigned to the new group.
IllegalArgumentException - if a backing group exists for this clusterKey
@Nullable
org.rhq.core.domain.resource.group.ResourceGroup getAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
#getAutoClusterResources(String)
clusterKey -
List<org.rhq.core.domain.resource.Resource> getAutoClusterResources(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
#getAutoClusterBackingGroup(String).
org.rhq.core.domain.resource.group.composite.ClusterFlyweight getClusterTree(org.rhq.core.domain.auth.Subject subject,
int groupId)
subject - groupId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||