|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.resource.cluster.ClusterManagerBean
public class ClusterManagerBean
| Constructor Summary | |
|---|---|
ClusterManagerBean()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterManagerBean()
| Method Detail |
|---|
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)
ClusterManagerRemote
createAutoClusterBackingGroup 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)
ClusterManagerRemote#getAutoClusterResources(String)
getAutoClusterBackingGroup in interface ClusterManagerRemote
public List<org.rhq.core.domain.resource.Resource> getAutoClusterResources(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
ClusterManagerRemote#getAutoClusterBackingGroup(String).
getAutoClusterResources in interface ClusterManagerRemote
public org.rhq.core.domain.resource.group.composite.ClusterFlyweight getClusterTree(org.rhq.core.domain.auth.Subject subject,
int groupId)
ClusterManagerRemote
getClusterTree in interface ClusterManagerRemote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||