public interface ClusterManagerRemote
| 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)
Deprecated.
this method will be moved to private API unless a case is made to keep it public.
|
org.rhq.core.domain.resource.group.ResourceGroup |
getAutoClusterBackingGroup(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
Deprecated.
this method will be moved to private API unless a case is made to keep it public.
|
List<org.rhq.core.domain.resource.Resource> |
getAutoClusterResources(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.group.ClusterKey clusterKey)
Deprecated.
this method will be moved to private API unless a case is made to keep it public.
|
org.rhq.core.domain.resource.group.composite.ClusterFlyweight |
getClusterTree(org.rhq.core.domain.auth.Subject subject,
int groupId)
Deprecated.
this method will be moved to private API unless a case is made to keep it public.
|
@Deprecated 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)
subject - 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 clusterKeyIllegalStateException - if the cluster group is not a compatible group@Deprecated @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(Subject, ClusterKey)subject - clusterKey - @Deprecated List<org.rhq.core.domain.resource.Resource> getAutoClusterResources(org.rhq.core.domain.auth.Subject subject, org.rhq.core.domain.resource.group.ClusterKey clusterKey)
getAutoClusterBackingGroup(Subject, ClusterKey).subject - clusterKey - @Deprecated org.rhq.core.domain.resource.group.composite.ClusterFlyweight getClusterTree(org.rhq.core.domain.auth.Subject subject, int groupId)
subject - groupId - Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.