Uses of Class
org.osgi.framework.InvalidSyntaxException
-
Packages that use InvalidSyntaxException Package Description org.apache.felix.framework org.osgi.framework Framework Package Version 1.10. -
-
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 voidBundleContext. addServiceListener(ServiceListener listener, java.lang.String filter)Adds the specifiedServiceListenerobject with the specifiedfilterto the context bundle's list of listeners.FilterBundleContext. createFilter(java.lang.String filter)Creates aFilterobject.static FilterFrameworkUtil. createFilter(java.lang.String filter)Creates aFilterobject.ServiceReference<?>[]BundleContext. getAllServiceReferences(java.lang.String clazz, java.lang.String filter)Returns an array ofServiceReferenceobjects.<S> java.util.Collection<ServiceReference<S>>BundleContext. getServiceReferences(java.lang.Class<S> clazz, java.lang.String filter)Returns a collection ofServiceReferenceobjects.ServiceReference<?>[]BundleContext. getServiceReferences(java.lang.String clazz, java.lang.String filter)Returns an array ofServiceReferenceobjects.
-