Uses of Class
org.osgi.framework.InvalidSyntaxException
Packages that use InvalidSyntaxException
Package
Description
Framework Package Version 1.10.
Tracker Package Version 1.5.
-
Uses of InvalidSyntaxException in org.osgi.framework
Methods in org.osgi.framework that throw InvalidSyntaxExceptionModifier and TypeMethodDescriptionvoid
BundleContext.addServiceListener
(ServiceListener listener, String filter) Adds the specifiedServiceListener
object with the specifiedfilter
to the context bundle's list of listeners.BundleContext.createFilter
(String filter) Creates aFilter
object.(package private) static FilterImpl
FilterImpl.createFilter
(String filterString) Creates aFilterImpl
object.static Filter
FrameworkUtil.createFilter
(String filter) Creates aFilter
object.ServiceReference<?>[]
BundleContext.getAllServiceReferences
(String clazz, String filter) Returns an array ofServiceReference
objects.<S> Collection<ServiceReference<S>>
BundleContext.getServiceReferences
(Class<S> clazz, String filter) Returns a collection ofServiceReference
objects.ServiceReference<?>[]
BundleContext.getServiceReferences
(String clazz, String filter) Returns an array ofServiceReference
objects.(package private) FilterImpl
FilterImpl.Parser.parse()
private FilterImpl
FilterImpl.Parser.parse_and()
private String
FilterImpl.Parser.parse_attr()
private FilterImpl
FilterImpl.Parser.parse_filter()
private FilterImpl
FilterImpl.Parser.parse_filtercomp()
private FilterImpl
FilterImpl.Parser.parse_item()
private FilterImpl
FilterImpl.Parser.parse_not()
private FilterImpl
FilterImpl.Parser.parse_or()
private String[]
FilterImpl.Parser.parse_substring()
private String
FilterImpl.Parser.parse_value()
-
Uses of InvalidSyntaxException in org.osgi.util.tracker
Methods in org.osgi.util.tracker that throw InvalidSyntaxExceptionModifier and TypeMethodDescriptionprivate ServiceReference<S>[]
ServiceTracker.getInitialReferences
(boolean trackAllServices, String className, String filterString) Returns the list of initialServiceReference
s that will be tracked by thisServiceTracker
.