Interface Filter
- All Known Implementing Classes:
FilterImpl
public interface Filter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringJMS Topics (which are outside of the scope of the core API) will require a dumb subscription with a dummy-filter at this current version as a way to keep its existence valid and TCK tests. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanmatch(Filterable filterable) static SimpleStringtoFilterString(Filter filter)
-
Field Details
-
GENERIC_IGNORED_FILTER
JMS Topics (which are outside of the scope of the core API) will require a dumb subscription with a dummy-filter at this current version as a way to keep its existence valid and TCK tests. That subscription needs an invalid filter, however paging needs to ignore any subscription with this filter. For that reason, this filter needs to be rejected on paging or any other component on the system, and just be ignored for any purpose It's declared here as this filter is considered a global ignore- See Also:
-
-
Method Details
-
match
-
match
-
match
-
getFilterString
SimpleString getFilterString() -
toFilterString
-