public interface GroupProviderClusterSupport
GroupProviders that support load distribution should implement this interface.| Modifier and Type | Method and Description |
|---|---|
<any> |
listComponents(java.lang.String groupID,
java.lang.String cuType,
java.lang.String cuFilter,
ClusterContext context)
List components from given type contained in specified group that match given control unit filter.
|
void |
setSystemSupport(GroupAdminSystemSupport systemSupport)
Through this method the Group Admin passes to provider
GroupAdminSystemSupport which can be used to aid the implementation of
listComponents(String, String, String, ClusterContext) method. |
<any> listComponents(java.lang.String groupID,
java.lang.String cuType,
java.lang.String cuFilter,
ClusterContext context)
throws ManagementException
groupID - group IDcuType - control unit typecuFilter - control unit filter or nullcontext - cluster context, which can be used in calls to GroupAdminSystemSupportManagementException - if system error occursvoid setSystemSupport(GroupAdminSystemSupport systemSupport)
GroupAdminSystemSupport which can be used to aid the implementation of
listComponents(String, String, String, ClusterContext) method.systemSupport - group admin system supportCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.