Uses of Interface
java.util.List

Packages that use List
java.util   
org.apache.felix.dependencymanager   
org.apache.felix.dependencymanager.impl   
org.apache.felix.deployment.rp.autoconf   
org.apache.felix.deploymentadmin   
org.apache.felix.deploymentadmin.spi   
org.apache.felix.dm   
org.apache.felix.dm.impl   
org.apache.felix.dm.impl.dependencies   
org.apache.felix.dm.impl.metatype   
org.apache.felix.framework   
org.apache.felix.ipojo   
org.apache.felix.ipojo.api   
org.apache.felix.ipojo.api.composite   
org.apache.felix.ipojo.composite   
org.apache.felix.ipojo.composite.instance   
org.apache.felix.ipojo.composite.service.instantiator   
org.apache.felix.ipojo.composite.service.provides   
org.apache.felix.ipojo.handlers.configuration   
org.apache.felix.ipojo.handlers.dependency   
org.apache.felix.ipojo.junit4osgi   
org.apache.felix.ipojo.junit4osgi.impl   
org.apache.felix.ipojo.junit4osgi.plugin   
org.apache.felix.ipojo.manipulation   
org.apache.felix.ipojo.manipulator   
org.apache.felix.ipojo.parser   
org.apache.felix.ipojo.util   
org.apache.felix.metatype   
org.apache.felix.mosgi.jmx.agent.mx4j.loading   
org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor   
org.apache.felix.prefs.impl   
org.apache.felix.scr.impl.metadata   
org.apache.felix.servicebinder   
org.apache.felix.webconsole.plugins.event.internal   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. 
org.osgi.service.condpermadmin Conditional Permission Admin Package Version 1.1. 
 

Uses of List in java.util
 

Classes in java.util that implement List
 class AbstractList
           
 class AbstractSequentialList
           
 class ArrayList
           
 class LinkedList
           
 class Stack
           
 class Vector
           
 

Fields in java.util declared as List
static List Collections.EMPTY_LIST
           
 

Methods in java.util that return List
static List Arrays.asList(Object[] var0)
           
static List Collections.nCopies(int var0, Object var1)
           
static List Collections.singletonList(Object var0)
           
 List Vector.subList(int var0, int var1)
           
 List List.subList(int var0, int var1)
           
 List AbstractList.subList(int var0, int var1)
           
static List Collections.synchronizedList(List var0)
           
static List Collections.unmodifiableList(List var0)
           
 

Methods in java.util with parameters of type List
static int Collections.binarySearch(List var0, Object var1)
           
static int Collections.binarySearch(List var0, Object var1, Comparator var2)
           
static void Collections.copy(List var0, List var1)
           
static void Collections.fill(List var0, Object var1)
           
static void Collections.reverse(List var0)
           
static void Collections.shuffle(List var0)
           
static void Collections.shuffle(List var0, Random var1)
           
static void Collections.sort(List var0)
           
static void Collections.sort(List var0, Comparator var1)
           
static List Collections.synchronizedList(List var0)
           
static List Collections.unmodifiableList(List var0)
           
 

Uses of List in org.apache.felix.dependencymanager
 

Methods in org.apache.felix.dependencymanager that return List
 List Service.getDependencies()
          Returns a list of dependencies.
 List DependencyManager.getServices()
          Returns a list of services.
 

Uses of List in org.apache.felix.dependencymanager.impl
 

Methods in org.apache.felix.dependencymanager.impl that return List
 List ServiceImpl.getDependencies()
           
 

Uses of List in org.apache.felix.deployment.rp.autoconf
 

Methods in org.apache.felix.deployment.rp.autoconf that return List
 List PersistencyManager.load(String name)
          Loads a stored resource.
 

Methods in org.apache.felix.deployment.rp.autoconf with parameters of type List
 void PersistencyManager.store(String name, List configs)
          Stores a resource.
 

Uses of List in org.apache.felix.deploymentadmin
 

Methods in org.apache.felix.deploymentadmin that return List
 List DeploymentPackageManifest.getBundleInfos()
          Determines which bundle resources are part of the deployment package, this includes customizer bundles.
 List DeploymentPackageManifest.getResourceInfos()
          Determines which processed resources are part of the deployment package.
 

Uses of List in org.apache.felix.deploymentadmin.spi
 

Constructors in org.apache.felix.deploymentadmin.spi with parameters of type List
DeploymentSessionImpl(AbstractDeploymentPackage source, AbstractDeploymentPackage target, List commands, DeploymentAdminImpl admin)
           
 

Uses of List in org.apache.felix.dm
 

Methods in org.apache.felix.dm that return List
 List Component.getDependencies()
          Returns a list of dependencies.
 List DependencyManager.getServices()
          Returns a list of services.
 

Methods in org.apache.felix.dm with parameters of type List
 Component Component.add(List dependencies)
           
 

Uses of List in org.apache.felix.dm.impl
 

Fields in org.apache.felix.dm.impl declared as List
protected  List FilterService.m_stateListeners
           
 

Methods in org.apache.felix.dm.impl that return List
 List FilterService.getDependencies()
           
 List ComponentImpl.getDependencies()
           
 List State.getDependencies()
           
 

Methods in org.apache.felix.dm.impl with parameters of type List
 Component FilterService.add(List dependencies)
           
 Component ComponentImpl.add(List dependencies)
           
 void AbstractDecorator.addDependencies(List dependencies)
          Add a Dependency to all already instantiated services.
 

Constructors in org.apache.felix.dm.impl with parameters of type List
State(List deps, boolean isActive, boolean isInstantiated, boolean isBound)
          Creates a new state instance.
 

Uses of List in org.apache.felix.dm.impl.dependencies
 

Fields in org.apache.felix.dm.impl.dependencies declared as List
protected  List ServiceDependencyImpl.m_services
           
protected  List ResourceDependencyImpl.m_services
           
protected  List ConfigurationDependencyImpl.m_services
           
 

Uses of List in org.apache.felix.dm.impl.metatype
 

Constructors in org.apache.felix.dm.impl.metatype with parameters of type List
ObjectClassDefinitionImpl(String id, String name, String description, List propertiesMetaData, Resource resource)
           
 

Uses of List in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return List
 List ServiceRegistry.getEventHooks()
           
 List ServiceRegistry.getServiceReferences(String className, SimpleFilter filter)
           
 

Uses of List in org.apache.felix.ipojo
 

Fields in org.apache.felix.ipojo declared as List
protected static List IPojoFactory.INSTANCE_NAME
          The list of the managed instance name.
protected  List InstanceManager.m_listeners
          The instance state listener list.
protected  List IPojoFactory.m_listeners
          The list of factory state listeners.
protected  List InstanceManager.m_pojoObjects
          The content of the current instance.
protected  List IPojoFactory.m_requiredHandlers
          The list of required handlers.
 

Methods in org.apache.felix.ipojo that return List
 List IPojoFactory.getMissingHandlers()
          Computes the list of missing handlers.
 List Factory.getMissingHandlers()
          Gets the list of missing handlers.
 List ComponentFactory.getRequiredHandlerList()
          Computes required handlers.
abstract  List IPojoFactory.getRequiredHandlerList()
          Computes the required handler list.
 List HandlerManagerFactory.getRequiredHandlerList()
          Computes required handlers.
 List IPojoFactory.getRequiredHandlers()
          Gets the list of required handlers.
 List Factory.getRequiredHandlers()
          Get the list of required handlers.
 

Constructors in org.apache.felix.ipojo with parameters of type List
MissingHandlerException(List missing)
          Creates a MissingHandlerException.
 

Uses of List in org.apache.felix.ipojo.api
 

Methods in org.apache.felix.ipojo.api with parameters of type List
 Service Service.setSpecifications(List specs)
          Sets the provided service specifications.
 

Uses of List in org.apache.felix.ipojo.api.composite
 

Methods in org.apache.felix.ipojo.api.composite with parameters of type List
 InstantiatedService InstantiatedService.addProperty(String name, List values)
          Adds a list property.
 Instance Instance.addProperty(String name, List values)
          Adds a list property.
 

Uses of List in org.apache.felix.ipojo.composite
 

Methods in org.apache.felix.ipojo.composite that return List
 List FactoryProxy.getMissingHandlers()
           
 List CompositeFactory.getRequiredHandlerList()
          Compute required handlers.
 List FactoryProxy.getRequiredHandlers()
           
 

Uses of List in org.apache.felix.ipojo.composite.instance
 

Methods in org.apache.felix.ipojo.composite.instance that return List
 List InstanceHandler.getUsedType()
          Get the list of used component type.
 

Uses of List in org.apache.felix.ipojo.composite.service.instantiator
 

Methods in org.apache.felix.ipojo.composite.service.instantiator that return List
 List ServiceDependencyHandler.getInstances()
           
 List ServiceImporter.getProviders()
          Build the list of imported service provider.
 List ServiceDependencyHandler.getRequirements()
           
 

Constructors in org.apache.felix.ipojo.composite.service.instantiator with parameters of type List
ServiceInstantiatorDescription(CompositeHandler handler, List insts, List imps)
          Constructor.
 

Uses of List in org.apache.felix.ipojo.composite.service.provides
 

Methods in org.apache.felix.ipojo.composite.service.provides that return List
 List CompositionMetadata.getFieldList()
          Get the field list to use for the delegation.
 List ProvidedServiceHandler.getInstanceType()
           
 List SpecificationMetadata.getMethods()
           
protected  List ProvidedServiceHandler.getSpecifications()
          Build the list of available specification.
 

Methods in org.apache.felix.ipojo.composite.service.provides with parameters of type List
static byte[] POJOWriter.dump(Class clazz, String className, List fields, List methods, Handler handler)
          Return the proxy 'classname' for the contract 'contractname' by delegating on available service.
 

Constructors in org.apache.felix.ipojo.composite.service.provides with parameters of type List
ProvidedServiceHandlerDescription(CompositeHandler handler, List services, List exporters)
          Constructor.
 

Uses of List in org.apache.felix.ipojo.handlers.configuration
 

Constructors in org.apache.felix.ipojo.handlers.configuration with parameters of type List
ConfigurationHandlerDescription(Handler handler, List props, String pid)
          Creates the description object for the configuration handler description.
 

Uses of List in org.apache.felix.ipojo.handlers.dependency
 

Classes in org.apache.felix.ipojo.handlers.dependency that implement List
 class ServiceCollection
          Maintains a service object collection.
 

Methods in org.apache.felix.ipojo.handlers.dependency that return List
 List DependencyDescription.getServiceReferences()
          Gets the service reference list.
 List Dependency.getServiceReferencesAsList()
          Get the used service references list.
 List DependencyDescription.getUsedServices()
          Gets the used service set.
 List ServiceCollection.subList(int fromIndex, int toIndex)
          Returns a sublist from the current list.
 

Uses of List in org.apache.felix.ipojo.junit4osgi
 

Methods in org.apache.felix.ipojo.junit4osgi that return List
 List OSGiJunitRunner.getTests()
          Get the list of available test suites.
 List OSGiJunitRunner.getTests(long bundleId)
          Get the tests from the given bundle.
 List OSGiJunitRunner.run()
          Run the tests.
 List OSGiJunitRunner.run(long bundleId)
          Run the tests from the given bundle.
 

Uses of List in org.apache.felix.ipojo.junit4osgi.impl
 

Methods in org.apache.felix.ipojo.junit4osgi.impl that return List
 List JunitExtender.getTests()
          Gets the list of Test.
 List JunitExtender.getTests(long bundleId)
          Gets the list of Test from the bundle (specified by using the bundle id).
 List JunitExtender.run()
          Runs tests.
 List JunitExtender.run(long bundleId)
          Runs the tests declared in the bundle (specified by the bundle id).
 

Uses of List in org.apache.felix.ipojo.junit4osgi.plugin
 

Methods in org.apache.felix.ipojo.junit4osgi.plugin that return List
 List Report.getErrorSources()
          Gets tests in error.
 List Report.getFailureSources()
          Gets failing tests.
 

Constructors in org.apache.felix.ipojo.junit4osgi.plugin with parameters of type List
Installer(List artifacts, List bundles, org.apache.maven.project.MavenProject project, boolean deployCurrentArtifact)
          Creates a Installer.
 

Uses of List in org.apache.felix.ipojo.manipulation
 

Methods in org.apache.felix.ipojo.manipulation that return List
 List MethodDescriptor.getAnnotations()
           
 List ClassChecker.getInnerClasses()
           
 List Manipulator.getInnerClasses()
           
 List ClassChecker.getInterfaces()
          Get collected interfaces.
 List ClassChecker.getMethods()
          Get collected methods.
 

Constructors in org.apache.felix.ipojo.manipulation with parameters of type List
MethodCreator(org.objectweb.asm.ClassVisitor arg0, Map fields, List methods)
          Constructor.
 

Uses of List in org.apache.felix.ipojo.manipulator
 

Methods in org.apache.felix.ipojo.manipulator that return List
 List Pojoization.getErrors()
           
 List QuotedTokenizer.getTokenSet()
          Get token list.
 List Pojoization.getWarnings()
           
 

Methods in org.apache.felix.ipojo.manipulator with parameters of type List
protected  void Pojoization.searchClassFiles(File dir, List classes)
          Navigates across directories to find class files.
 

Uses of List in org.apache.felix.ipojo.parser
 

Methods in org.apache.felix.ipojo.parser that return List
static List ParseUtils.parseArraysAsList(String str)
          Parses the string form of an array as {a, b, c} or [a, b, c] as a list.
 

Uses of List in org.apache.felix.ipojo.util
 

Methods in org.apache.felix.ipojo.util that return List
 List Tracker.getServiceReferencesList()
          Gets the list of stored service reference.
 List DependencyModel.getUsedServiceReferences()
          Gets the list of currently used service references.
 List Tracker.getUsedServiceReferences()
          Returns the list of references used by the tracker.
 

Uses of List in org.apache.felix.metatype
 

Methods in org.apache.felix.metatype that return List
 List DesignateObject.getAttributes()
           
 

Uses of List in org.apache.felix.mosgi.jmx.agent.mx4j.loading
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.loading that return List
 List MLetParser.parse(String content)
          Parses the given content, that must contains a valid MLet file.
 

Uses of List in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor
 

Methods in org.apache.felix.mosgi.jmx.agent.mx4j.server.interceptor with parameters of type List
 void MBeanServerInterceptor.setChain(List interceptors)
          Sets the chain of interceptors on this interceptor.
 void DefaultMBeanServerInterceptor.setChain(List chain)
           
 

Uses of List in org.apache.felix.prefs.impl
 

Methods in org.apache.felix.prefs.impl that return List
protected  List PreferencesServiceImpl.getAllPreferences()
           
 

Uses of List in org.apache.felix.scr.impl.metadata
 

Methods in org.apache.felix.scr.impl.metadata that return List
 List XmlHandler.getComponentMetadataList()
          Called to retrieve the service descriptors
 List ComponentMetadata.getDependencies()
          Returns the dependency descriptors
 

Uses of List in org.apache.felix.servicebinder
 

Methods in org.apache.felix.servicebinder that return List
protected  List GenericActivator.getInstanceReferences()
          Returns the list of instance references currently associated to this activator
 List ServiceBinderContext.getInstanceReferences()
           
 

Uses of List in org.apache.felix.webconsole.plugins.event.internal
 

Methods in org.apache.felix.webconsole.plugins.event.internal that return List
 List EventCollector.getEvents()
          Return a copy of the current event list
 

Uses of List in org.osgi.framework
 

Methods in org.osgi.framework with parameters of type List
static boolean FrameworkUtil.matchDistinguishedNameChain(String matchPattern, List dnChain)
          Match a Distinguished Name (DN) chain against a pattern.
 

Uses of List in org.osgi.service.blueprint.reflect
 

Methods in org.osgi.service.blueprint.reflect that return List
 List BeanMetadata.getArguments()
          Return the arguments for the factory method or constructor of the bean.
 List ComponentMetadata.getDependsOn()
          Return the ids of any components listed in a depends-on attribute for the component.
 List MapMetadata.getEntries()
          Return the entries for the map.
 List PropsMetadata.getEntries()
          Return the entries for the properties.
 List ServiceMetadata.getInterfaces()
          Return the type names of the interfaces that the service should be advertised as supporting.
 List BeanMetadata.getProperties()
          Return the properties for the bean.
 List ServiceMetadata.getServiceProperties()
          Return the user declared properties to be advertised with the service.
 List CollectionMetadata.getValues()
          Return Metadata for the values of the collection.
 

Uses of List in org.osgi.service.condpermadmin
 

Methods in org.osgi.service.condpermadmin that return List
 List ConditionalPermissionUpdate.getConditionalPermissionInfos()
          This method returns the list of ConditionalPermissionInfos for this update.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.