|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidSyntaxException | |
|---|---|
| org.apache.felix.framework | |
| org.osgi.framework | |
| Uses of InvalidSyntaxException in org.apache.felix.framework |
|---|
| Constructors in org.apache.felix.framework that throw InvalidSyntaxException | |
|---|---|
FilterImpl(java.lang.String filterStr)
|
|
| Uses of InvalidSyntaxException in org.osgi.framework |
|---|
| Methods in org.osgi.framework that throw InvalidSyntaxException | ||
|---|---|---|
void |
BundleContext.addServiceListener(ServiceListener listener,
java.lang.String filter)
Adds the specified ServiceListener object with the specified
filter to the context bundle's list of listeners. |
|
static Filter |
FrameworkUtil.createFilter(java.lang.String filter)
Creates a Filter object. |
|
Filter |
BundleContext.createFilter(java.lang.String filter)
Creates a Filter object. |
|
ServiceReference<?>[] |
BundleContext.getAllServiceReferences(java.lang.String clazz,
java.lang.String filter)
Returns an array of ServiceReference objects. |
|
|
BundleContext.getServiceReferences(java.lang.Class<S> clazz,
java.lang.String filter)
Returns a collection of ServiceReference objects. |
|
ServiceReference<?>[] |
BundleContext.getServiceReferences(java.lang.String clazz,
java.lang.String filter)
Returns an array of ServiceReference objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||