Uses of Class
org.osgi.framework.InvalidSyntaxException
Packages that use InvalidSyntaxException
- 
Uses of InvalidSyntaxException in org.apache.felix.framework
Constructors in org.apache.felix.framework that throw InvalidSyntaxException - 
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.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.