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 TypeMethodDescriptionvoidBundleContext.addServiceListener(ServiceListener listener, String filter) Adds the specifiedServiceListenerobject with the specifiedfilterto the context bundle's list of listeners.BundleContext.createFilter(String filter) Creates aFilterobject.(package private) static FilterImplFilterImpl.createFilter(String filterString) Creates aFilterImplobject.static FilterFrameworkUtil.createFilter(String filter) Creates aFilterobject.ServiceReference<?>[]BundleContext.getAllServiceReferences(String clazz, String filter) Returns an array ofServiceReferenceobjects.<S> Collection<ServiceReference<S>> BundleContext.getServiceReferences(Class<S> clazz, String filter) Returns a collection ofServiceReferenceobjects.ServiceReference<?>[]BundleContext.getServiceReferences(String clazz, String filter) Returns an array ofServiceReferenceobjects.(package private) FilterImplFilterImpl.Parser.parse()private FilterImplFilterImpl.Parser.parse_and()private StringFilterImpl.Parser.parse_attr()private FilterImplFilterImpl.Parser.parse_filter()private FilterImplFilterImpl.Parser.parse_filtercomp()private FilterImplFilterImpl.Parser.parse_item()private FilterImplFilterImpl.Parser.parse_not()private FilterImplFilterImpl.Parser.parse_or()private String[]FilterImpl.Parser.parse_substring()private StringFilterImpl.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 initialServiceReferences that will be tracked by thisServiceTracker.