public class ClusterManagerBean extends Object implements ClusterManagerLocal, ClusterManagerRemote
| Constructor and Description |
|---|
ClusterManagerBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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)
ClusterManagerRemotecreateAutoClusterBackingGroup in interface ClusterManagerRemoteaddResources - 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.public org.rhq.core.domain.resource.group.ResourceGroup getAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
ClusterManagerRemoteClusterManagerRemote.getAutoClusterResources(Subject, ClusterKey)getAutoClusterBackingGroup in interface ClusterManagerRemotepublic List<org.rhq.core.domain.resource.Resource> getAutoClusterResources(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ClusterKey clusterKey)
ClusterManagerRemoteClusterManagerRemote.getAutoClusterBackingGroup(Subject, ClusterKey).getAutoClusterResources in interface ClusterManagerRemotepublic org.rhq.core.domain.resource.group.composite.ClusterFlyweight getClusterTree(org.rhq.core.domain.auth.Subject subject,
int groupId)
ClusterManagerRemotegetClusterTree in interface ClusterManagerRemoteCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.