|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidSyntaxException | |
|---|---|
| org.apache.felix.framework | |
| org.eclipse.osgi.framework.internal.core | |
| org.eclipse.osgi.internal.resolver | |
| org.eclipse.osgi.internal.serviceregistry | |
| org.eclipse.osgi.service.resolver | |
| org.osgi.framework | Framework Package Version 1.5. |
| 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.eclipse.osgi.framework.internal.core |
|---|
| Methods in org.eclipse.osgi.framework.internal.core that throw InvalidSyntaxException | |
|---|---|
void |
BundleContextImpl.addServiceListener(ServiceListener listener,
java.lang.String filter)
Add a service listener with a filter. |
Filter |
BundleContextImpl.createFilter(java.lang.String filter)
Construct a Filter object. |
ServiceReference[] |
BundleContextImpl.getAllServiceReferences(java.lang.String clazz,
java.lang.String filter)
|
ServiceReference[] |
BundleContextImpl.getServiceReferences(java.lang.String clazz,
java.lang.String filter)
Returns a list of ServiceReference objects. |
static FilterImpl |
FilterImpl.newInstance(java.lang.String filterString)
Constructs a FilterImpl object. |
| Uses of InvalidSyntaxException in org.eclipse.osgi.internal.resolver |
|---|
| Methods in org.eclipse.osgi.internal.resolver that throw InvalidSyntaxException | |
|---|---|
GenericSpecification |
StateObjectFactoryImpl.createGenericSpecification(java.lang.String name,
java.lang.String type,
java.lang.String matchingFilter,
boolean optional,
boolean multiple)
|
NativeCodeDescription |
StateObjectFactoryImpl.createNativeCodeDescription(java.lang.String[] nativePaths,
java.lang.String[] processors,
java.lang.String[] osNames,
VersionRange[] osVersions,
java.lang.String[] languages,
java.lang.String filter)
|
| Uses of InvalidSyntaxException in org.eclipse.osgi.internal.serviceregistry |
|---|
| Methods in org.eclipse.osgi.internal.serviceregistry that throw InvalidSyntaxException | |
|---|---|
void |
ServiceRegistry.addServiceListener(BundleContextImpl context,
ServiceListener listener,
java.lang.String filter)
Add a new Service Listener for a bundle. |
ServiceReferenceImpl[] |
ServiceRegistry.getServiceReferences(BundleContextImpl context,
java.lang.String clazz,
java.lang.String filterstring,
boolean allservices)
Returns an array of ServiceReferenceImpl objects. |
| Uses of InvalidSyntaxException in org.eclipse.osgi.service.resolver |
|---|
| Methods in org.eclipse.osgi.service.resolver that throw InvalidSyntaxException | |
|---|---|
GenericSpecification |
StateObjectFactory.createGenericSpecification(java.lang.String name,
java.lang.String type,
java.lang.String matchingFilter,
boolean optional,
boolean multiple)
Creates a generic specification from the given parameters |
NativeCodeDescription |
StateObjectFactory.createNativeCodeDescription(java.lang.String[] nativePaths,
java.lang.String[] processors,
java.lang.String[] osNames,
VersionRange[] osVersions,
java.lang.String[] languages,
java.lang.String filter)
Creates a native code description from the given parameters |
| 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. |
ServiceReference[] |
BundleContext.getServiceReferences(java.lang.String clazz,
java.lang.String filter)
Returns an array of ServiceReference objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||