Uses of Class
org.osgi.framework.InvalidSyntaxException
Packages that use InvalidSyntaxException
Package
Description
Framework Package Version 1.8.
Tracker Package Version 1.5.
-
Uses of InvalidSyntaxException in org.apache.felix.framework
Methods in org.apache.felix.framework that throw InvalidSyntaxExceptionModifier and TypeMethodDescriptionvoid
BundleContextImpl.addServiceListener
(ServiceListener l, String s) (package private) void
Felix.addServiceListener
(BundleImpl bundle, ServiceListener l, String f) Implementation for BundleContext.addServiceListener().BundleContextImpl.createFilter
(String expr) (package private) ServiceReference[]
Felix.getAllowedServiceReferences
(BundleImpl bundle, String className, String expr, boolean checkAssignable) Retrieves Array ofServiceReference
objects based on calling bundle, service class name, optional filter expression, and optionally filters further on the version.ServiceReference<?>[]
BundleContextImpl.getAllServiceReferences
(String clazz, String filter) <S> Collection
<ServiceReference<S>> BundleContextImpl.getServiceReferences
(Class<S> clazz, String filter) ServiceReference<?>[]
BundleContextImpl.getServiceReferences
(String clazz, String filter) (package private) ServiceReference[]
Felix.getServiceReferences
(BundleImpl bundle, String className, String expr, boolean checkAssignable) Retrieves an array ofServiceReference
objects based on calling bundle, service class name, and filter expression.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.(package private) static FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.newInstance
(String filterString) Constructs aFrameworkUtil.FilterImpl
object.(package private) FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_and()
private String
FrameworkUtil.FilterImpl.Parser.parse_attr()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_filter()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_filtercomp()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_item()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_not()
private FrameworkUtil.FilterImpl
FrameworkUtil.FilterImpl.Parser.parse_or()
private Object
FrameworkUtil.FilterImpl.Parser.parse_substring()
private String
FrameworkUtil.FilterImpl.Parser.parse_value()
-
Uses of InvalidSyntaxException in org.osgi.util.tracker
Methods in org.osgi.util.tracker that throw InvalidSyntaxExceptionModifier and TypeMethodDescriptionprivate ServiceReference<S>[]
ServiceTracker.getInitialReferences
(boolean trackAllServices, String className, String filterString) Returns the list of initialServiceReference
s that will be tracked by thisServiceTracker
.