public interface DeploymentGroupManager
| Modifier and Type | Method and Description | 
|---|---|
void | 
ableGroup(String serviceName,
         String groupName,
         boolean enable)  | 
Collection<String> | 
getKnownGroups(String serviceName)  | 
boolean | 
isAnyGroupEnabled(String serviceName,
                 Collection<String> groups)  | 
boolean | 
isGroupEnabled(String serviceName,
              String groupName)  | 
void | 
resetGroups(String serviceName,
           Map<String,Boolean> newGroupAbles)  | 
boolean isAnyGroupEnabled(String serviceName, Collection<String> groups)
Collection<String> getKnownGroups(String serviceName)
Copyright © 2014–2016 Soabase. All rights reserved.