public class FilterForStaticLoadBalancing extends AbstractBundleClassFilter
| Constructor and Description |
|---|
FilterForStaticLoadBalancing() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilterScope()
Has to return the unique filter scope as String (e.g. the super class reference that is used for the filter).
|
boolean |
isFilterCriteria(java.lang.Class<?> clazz)
Has to check if the specified class represents the current filter criteria.
|
boolean |
isInFilterScope(java.lang.Class<?> clazz)
Has to return
true in case that the specified class fulfills the individual filter requirements. |
addBundleClassFilterListener, addBusyMarker, addClassFound, equals, getBundlesFiltered, getClassesFound, getClassesFound, getClassLocation, isUsedInSearch, printFilterResult, removeBundleClasses, removeBundleClassFilterListener, removeBusyMarker, toStringpublic java.lang.String getFilterScope()
AbstractBundleClassFiltergetFilterScope in class AbstractBundleClassFilterpublic boolean isFilterCriteria(java.lang.Class<?> clazz)
AbstractBundleClassFilterisFilterCriteria in class AbstractBundleClassFilterclazz - the class to checkpublic boolean isInFilterScope(java.lang.Class<?> clazz)
AbstractBundleClassFiltertrue in case that the specified class fulfills the individual filter requirements.isInFilterScope in class AbstractBundleClassFilterclazz - the actual class to check by the current filter