Uses of Interface
java.util.Enumeration

Packages that use Enumeration
java.io   
java.lang   
java.net   
java.security   
java.security.acl   
java.util   
java.util.jar   
java.util.zip   
javax.servlet   
javax.servlet.http   
org.apache.felix.cm   
org.apache.felix.cm.file   
org.apache.felix.framework   
org.apache.felix.framework.cache   
org.apache.felix.framework.resolver   
org.apache.felix.framework.util   
org.apache.felix.http.base.internal.context   
org.apache.felix.http.base.internal.handler   
org.apache.felix.jmood.utils   
org.apache.felix.scr.impl.helper   
org.apache.felix.webconsole.internal   
org.osgi.framework Framework Package Version 1.5. 
org.osgi.service.condpermadmin Conditional Permission Admin Package Version 1.1. 
org.osgi.service.log Log Service Package Version 1.3. 
 

Uses of Enumeration in java.io
 

Constructors in java.io with parameters of type Enumeration
SequenceInputStream(Enumeration var0)
           
 

Uses of Enumeration in java.lang
 

Methods in java.lang that return Enumeration
protected  Enumeration ClassLoader.findResources(String var0)
           
 Enumeration ClassLoader.getResources(String var0)
           
static Enumeration ClassLoader.getSystemResources(String var0)
           
 

Uses of Enumeration in java.net
 

Methods in java.net that return Enumeration
 Enumeration URLClassLoader.findResources(String var0)
           
 

Uses of Enumeration in java.security
 

Methods in java.security that return Enumeration
 Enumeration KeyStore.aliases()
           
 Enumeration Permissions.elements()
           
abstract  Enumeration PermissionCollection.elements()
           
abstract  Enumeration KeyStoreSpi.engineAliases()
           
abstract  Enumeration IdentityScope.identities()
           
 

Uses of Enumeration in java.security.acl
 

Methods in java.security.acl that return Enumeration
 Enumeration Acl.entries()
           
 Enumeration Acl.getPermissions(Principal var0)
           
 Enumeration Group.members()
           
 Enumeration AclEntry.permissions()
           
 

Uses of Enumeration in java.util
 

Classes in java.util that implement Enumeration
 class StringTokenizer
           
 

Methods in java.util that return Enumeration
 Enumeration Vector.elements()
           
 Enumeration Hashtable.elements()
           
abstract  Enumeration Dictionary.elements()
           
static Enumeration Collections.enumeration(Collection var0)
           
abstract  Enumeration ResourceBundle.getKeys()
           
 Enumeration PropertyResourceBundle.getKeys()
           
 Enumeration ListResourceBundle.getKeys()
           
 Enumeration Hashtable.keys()
           
abstract  Enumeration Dictionary.keys()
           
 Enumeration Properties.propertyNames()
           
 

Uses of Enumeration in java.util.jar
 

Methods in java.util.jar that return Enumeration
 Enumeration JarFile.entries()
           
 

Uses of Enumeration in java.util.zip
 

Methods in java.util.zip that return Enumeration
 Enumeration ZipFile.entries()
           
 

Uses of Enumeration in javax.servlet
 

Methods in javax.servlet that return Enumeration
 Enumeration ServletRequest.getAttributeNames()
          Returns an Enumeration containing the names of the attributes available to this request.
 Enumeration ServletContext.getAttributeNames()
          Returns an Enumeration containing the attribute names available within this servlet context.
 Enumeration GenericServlet.getInitParameterNames()
          Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
 Enumeration ServletConfig.getInitParameterNames()
          Returns the names of the servlet's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the servlet has no initialization parameters.
 Enumeration ServletRequest.getParameterNames()
          Returns an Enumeration of String objects containing the names of the parameters contained in this request.
 Enumeration ServletContext.getServletNames()
          Deprecated. As of Java Servlet API 2.1, with no replacement.

This method was originally defined to return an Enumeration of all the servlet names known to this context. In this version, this method always returns an empty Enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

 Enumeration ServletContext.getServlets()
          Deprecated. As of Java Servlet API 2.0, with no replacement.

This method was originally defined to return an Enumeration of all the servlets known to this servlet context. In this version, this method always returns an empty enumeration and remains only to preserve binary compatibility. This method will be permanently removed in a future version of the Java Servlet API.

 

Uses of Enumeration in javax.servlet.http
 

Methods in javax.servlet.http that return Enumeration
 Enumeration HttpServletRequest.getHeaderNames()
          Returns an enumeration of all the header names this request contains.
 Enumeration HttpSessionContext.getIds()
          Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
 

Uses of Enumeration in org.apache.felix.cm
 

Methods in org.apache.felix.cm that return Enumeration
 Enumeration PersistenceManager.getDictionaries()
          Returns an enumeration of all Dictionary objects known to this persistence manager.
 

Uses of Enumeration in org.apache.felix.cm.file
 

Methods in org.apache.felix.cm.file that return Enumeration
 Enumeration FilePersistenceManager.getDictionaries()
          Loads configuration data from the configuration location and returns it as Dictionary objects.
 

Uses of Enumeration in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return Enumeration
protected  Enumeration ModuleImpl.ModuleClassLoaderJava5.findResources(String name)
           
protected  Enumeration ModuleImpl.ModuleClassLoader.findResources(String name)
           
 Enumeration ModuleImpl.ModuleClassLoaderJava5.getResources(String name)
           
 Enumeration ModuleImpl.getResourcesByDelegation(String name)
           
 

Uses of Enumeration in org.apache.felix.framework.cache
 

Methods in org.apache.felix.framework.cache that return Enumeration
 Enumeration JarContent.getEntries()
           
 Enumeration DirectoryContent.getEntries()
           
 Enumeration ContentDirectoryContent.getEntries()
           
 

Uses of Enumeration in org.apache.felix.framework.resolver
 

Methods in org.apache.felix.framework.resolver that return Enumeration
 Enumeration Content.getEntries()
           Returns an enumeration of entry names as String objects.
 Enumeration Wire.getResources(String name)
          Requests resources from the exporting module.
 Enumeration WireImpl.getResources(String name)
           
 Enumeration WireModuleImpl.getResources(String name)
           
 Enumeration Module.getResourcesByDelegation(String name)
           
 

Uses of Enumeration in org.apache.felix.framework.util
 

Classes in org.apache.felix.framework.util that implement Enumeration
 class CompoundEnumeration
           
 

Methods in org.apache.felix.framework.util that return Enumeration
 Enumeration MapToDictionary.elements()
           
 Enumeration MapToDictionary.keys()
           
 

Constructors in org.apache.felix.framework.util with parameters of type Enumeration
CompoundEnumeration(Enumeration[] enums)
           
 

Uses of Enumeration in org.apache.felix.http.base.internal.context
 

Methods in org.apache.felix.http.base.internal.context that return Enumeration
 Enumeration ServletContextImpl.getAttributeNames()
           
 Enumeration ServletContextImpl.getInitParameterNames()
           
 Enumeration ServletContextImpl.getServletNames()
           
 Enumeration ServletContextImpl.getServlets()
           
 

Uses of Enumeration in org.apache.felix.http.base.internal.handler
 

Methods in org.apache.felix.http.base.internal.handler that return Enumeration
 Enumeration FilterConfigImpl.getInitParameterNames()
           
 Enumeration ServletConfigImpl.getInitParameterNames()
           
 

Uses of Enumeration in org.apache.felix.jmood.utils
 

Methods in org.apache.felix.jmood.utils with parameters of type Enumeration
static CompositeData[] OSGi2JMXCodec.encodeLog(Enumeration enumeration)
           
 

Uses of Enumeration in org.apache.felix.scr.impl.helper
 

Methods in org.apache.felix.scr.impl.helper that return Enumeration
 Enumeration ReadOnlyDictionary.elements()
           
 Enumeration ReadOnlyDictionary.keys()
           
 

Uses of Enumeration in org.apache.felix.webconsole.internal
 

Methods in org.apache.felix.webconsole.internal with parameters of type Enumeration
static ArrayList Util.list(Enumeration e)
          This method is the same as Collections#list(Enumeration).
 

Uses of Enumeration in org.osgi.framework
 

Methods in org.osgi.framework that return Enumeration
 Enumeration Bundle.findEntries(String path, String filePattern, boolean recurse)
          Returns entries in this bundle and its attached fragments.
 Enumeration Bundle.getEntryPaths(String path)
          Returns an Enumeration of all the paths (String objects) to entries within this bundle whose longest sub-path matches the specified path.
 Enumeration Bundle.getResources(String name)
          Find the specified resources from this bundle's class loader.
 

Uses of Enumeration in org.osgi.service.condpermadmin
 

Methods in org.osgi.service.condpermadmin that return Enumeration
 Enumeration ConditionalPermissionAdmin.getConditionalPermissionInfos()
          Deprecated. Since 1.1. Use ConditionalPermissionAdmin.newConditionalPermissionUpdate() instead.
 

Uses of Enumeration in org.osgi.service.log
 

Methods in org.osgi.service.log that return Enumeration
 Enumeration LogReaderService.getLog()
          Returns an Enumeration of all LogEntry objects in the log.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.