Uses of Class
org.osgi.framework.InvalidSyntaxException
-
Packages that use InvalidSyntaxException Package Description org.apache.felix.framework org.osgi.framework Framework Package Version 1.8. -
-
Uses of InvalidSyntaxException in org.apache.felix.framework
Constructors in org.apache.felix.framework that throw InvalidSyntaxException Constructor Description FilterImpl(java.lang.String filterStr)
-
Uses of InvalidSyntaxException in org.osgi.framework
Methods in org.osgi.framework that throw InvalidSyntaxException Modifier and Type Method Description void
BundleContext. addServiceListener(ServiceListener listener, java.lang.String filter)
Adds the specifiedServiceListener
object with the specifiedfilter
to the context bundle's list of listeners.Filter
BundleContext. createFilter(java.lang.String filter)
Creates aFilter
object.static Filter
FrameworkUtil. createFilter(java.lang.String filter)
Creates aFilter
object.ServiceReference<?>[]
BundleContext. getAllServiceReferences(java.lang.String clazz, java.lang.String filter)
Returns an array ofServiceReference
objects.<S> java.util.Collection<ServiceReference<S>>
BundleContext. getServiceReferences(java.lang.Class<S> clazz, java.lang.String filter)
Returns a collection ofServiceReference
objects.ServiceReference<?>[]
BundleContext. getServiceReferences(java.lang.String clazz, java.lang.String filter)
Returns an array ofServiceReference
objects.
-