Uses of Class
org.osgi.framework.InvalidSyntaxException

Packages that use InvalidSyntaxException
org.eclipse.osgi.service.resolver   
org.osgi.framework   
org.osgi.service.application   
 

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
 

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.
 Filter BundleContext.createFilter(java.lang.String filter)
          Creates a Filter object.
static Filter FrameworkUtil.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.
 

Uses of InvalidSyntaxException in org.osgi.service.application
 

Methods in org.osgi.service.application that throw InvalidSyntaxException
 ScheduledApplication ApplicationDescriptor.schedule(java.lang.String scheduleId, java.util.Map arguments, java.lang.String topic, java.lang.String eventFilter, boolean recurring)
          Schedules the application at a specified event.
 

Constructors in org.osgi.service.application that throw InvalidSyntaxException
ApplicationAdminPermission(java.lang.String filter, java.lang.String actions)
          Constructs an ApplicationAdminPermission.