Uses of Class
org.osgi.framework.InvalidSyntaxException
Packages that use 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.BundleContext.getAllServiceReferences(String clazz, String filter) Returns an array ofServiceReferenceobjects.BundleContext.getServiceReferences(String clazz, String filter) Returns an array ofServiceReferenceobjects.