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 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.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.