OSGi Service Platform
Release 4 (draft)

Uses of Class
org.osgi.framework.InvalidSyntaxException

Packages that use InvalidSyntaxException
org.osgi.framework The OSGi Framework Package. 
org.osgi.service.cm The OSGi Configuration Admin service Package. 
org.osgi.service.useradmin The OSGi User Admin service Package. 
org.osgi.service.wireadmin The OSGi Wire Admin service Package. 
 

Uses of InvalidSyntaxException in org.osgi.framework
 

Methods in org.osgi.framework that throw InvalidSyntaxException
static Filter FrameworkUtil.createFilter(java.lang.String filter)
          Creates a Filter object.
 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.
 ServiceReference[] BundleContext.getServiceReferences(java.lang.String clazz, java.lang.String filter)
          Returns an array of ServiceReference objects.
 ServiceReference[] BundleContext.getAllServiceReferences(java.lang.String clazz, java.lang.String filter)
          Returns an array of ServiceReference objects.
 Filter BundleContext.createFilter(java.lang.String filter)
          Creates a Filter object.
 

Uses of InvalidSyntaxException in org.osgi.service.cm
 

Methods in org.osgi.service.cm that throw InvalidSyntaxException
 Configuration[] ConfigurationAdmin.listConfigurations(java.lang.String filter)
          List the current Configuration objects which match the filter.
 

Uses of InvalidSyntaxException in org.osgi.service.useradmin
 

Methods in org.osgi.service.useradmin that throw InvalidSyntaxException
 Role[] UserAdmin.getRoles(java.lang.String filter)
          Gets the Role objects managed by this User Admin service that have properties matching the specified LDAP filter criteria.
 

Uses of InvalidSyntaxException in org.osgi.service.wireadmin
 

Methods in org.osgi.service.wireadmin that throw InvalidSyntaxException
 Wire[] WireAdmin.getWires(java.lang.String filter)
          Return the Wire objects that match the given filter.
 


OSGi Service Platform
Release 4 (draft)

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.