Searched refs:enumeration (Results 1 - 25 of 27) sorted by relevance

12

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DRecyclableNamingEnumeration.java67 * Naming enumeration implementation.
96 * Underlying enumeration.
98 protected Enumeration<E> enumeration; field in class:RecyclableNamingEnumeration
105 * Retrieves the next element in the enumeration.
114 * Determines whether there are any more elements in the enumeration.
118 return enumeration.hasMoreElements();
123 * Closes this enumeration.
131 return enumeration.hasMoreElements();
136 return enumeration.nextElement();
147 enumeration
[all...]
H A DDirContextURLConnection.java450 NamingEnumeration<NameClassPair> enumeration =
452 while (enumeration.hasMoreElements()) {
453 NameClassPair ncp = enumeration.nextElement();
/glassfish-3.1.2/persistence/cmp/utility/src/main/java/com/sun/jdo/spi/persistence/utility/
H A DMergedBundle.java87 return Collections.enumeration(noDuplicatesMerge);
90 private Collection getCollection (Enumeration enumeration) argument
94 if (enumeration != null)
96 while (enumeration.hasMoreElements())
97 returnList.add(enumeration.nextElement());
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/deploy/
H A DSecurityConstraintDecorator.java64 Enumeration enumeration = securityConstraint
68 while (enumeration.hasMoreElements()){
69 securityRole = (SecurityRole)enumeration.nextElement();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DCatalinaProperties.java171 Enumeration enumeration = properties.propertyNames();
172 while (enumeration.hasMoreElements()) {
173 String name = (String) enumeration.nextElement();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DTomcatDeploymentConfig.java284 Enumeration enumeration = wmd.getMimeMappings();
286 while (enumeration.hasMoreElements()){
287 mimeMapping = (MimeMapping)enumeration.nextElement();
376 Enumeration enumeration;
405 enumeration = webComponentDesc.getInitializationParameters();
407 while (enumeration.hasMoreElements()) {
408 initP = (InitializationParameter)enumeration.nextElement();
428 enumeration = webComponentDesc.getSecurityRoleReferences();
429 while (enumeration.hasMoreElements()){
431 enumeration
[all...]
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/org/glassfish/resources/custom/factory/
H A DJavaBeanFactory.java74 Enumeration enumeration = reference.getAll();
76 while (enumeration.hasMoreElements()) {
78 RefAddr ra = (RefAddr) enumeration.nextElement();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/pam/
H A DPamRealm.java109 return Collections.enumeration(groupsSet);
/glassfish-3.1.2/deployment/common/src/test/java/com/sun/enterprise/deployment/deploy/shared/
H A DInputJarArchiveTest.java103 System.out.println("collection wrapped enumeration - simple iterator test");
110 public Enumeration enumeration() {
122 System.out.println("collection wrapped enumeration - initial size() call");
129 public Enumeration enumeration() {
142 System.out.println("collection wrapped enumeration - middle size() call");
148 public Enumeration enumeration() {
169 System.out.println("collection wrapped enumeration - end size() call");
175 public Enumeration enumeration() {
315 Enumeration<String> e = Collections.enumeration(testStringsAsArrayList());
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/
H A DFileRealm.java228 * @return enumeration of user names (strings)
235 return Collections.enumeration(helper.getUserNames());
265 * @return enumeration of group names (strings)
272 return Collections.enumeration(helper.getGroupNames());
291 return Collections.enumeration(Arrays.asList(groups));
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DDefaultServlet.java1383 Enumeration<NameClassPair> enumeration =
1387 Collections.list(enumeration);
1391 enumeration = Collections.enumeration(list);
1394 Collections.list(enumeration);
1398 enumeration = Collections.enumeration(list);
1404 while (enumeration.hasMoreElements()) {
1406 NameClassPair ncPair = enumeration.nextElement();
1584 Enumeration<NameClassPair> enumeration
[all...]
H A DWebdavServlet.java656 NamingEnumeration<NameClassPair> enumeration =
658 while (enumeration.hasMoreElements()) {
659 NameClassPair ncPair = enumeration.nextElement();
1765 NamingEnumeration<NameClassPair> enumeration = resources.list(source);
1766 while (enumeration.hasMoreElements()) {
1767 NameClassPair ncPair = enumeration.nextElement();
1939 Enumeration<NameClassPair> enumeration = null;
1941 enumeration = resources.list(path);
1948 while (enumeration.hasMoreElements()) {
1949 NameClassPair ncPair = enumeration
[all...]
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deployment/deploy/shared/
H A DInputJarArchive.java158 public Enumeration<String> enumeration() {
179 * Returns an enumeration of the entry names in the archive.
182 * @return enumeration of the matching entry names, excluding the manifest
430 * Creates the correct type of entry enumeration, depending on whether the
433 * in the enumeration.
455 * top-level directory entry enumeration and the full non-directory
456 * enumeration.
460 * the entry names first and then returning an enumeration of the collection;
473 /* source of JarEntry objects for building the enumeration values */
481 * Finishes the initialization for the enumeration; MUS
711 public Enumeration<T> enumeration(); method in interface:InputJarArchive.CollectionWrappedEnumeration.EnumerationFactory
[all...]
H A DMultiReadableArchive.java184 return Collections.enumeration(enums);
195 return Collections.enumeration(enums);
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/acl/
H A DRoleMapper.java338 * Returns an enumeration of roles for this rolemapper.
346 * Returns an enumeration of Groups assigned to the given role
353 return Collections.enumeration(Collections.EMPTY_SET);
355 return Collections.enumeration(s);
359 * Returns an enumeration of Principals assigned to the given role
366 return Collections.enumeration(Collections.EMPTY_SET);
368 return Collections.enumeration(s);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/loader/
H A DWebappLoader.java1064 NamingEnumeration<Binding> enumeration =
1066 while (enumeration.hasMoreElements()) {
1068 Binding binding = enumeration.nextElement();
1220 NamingEnumeration<NameClassPair> enumeration = srcDir.list("");
1221 while (enumeration.hasMoreElements()) {
1222 NameClassPair ncPair = enumeration.nextElement();
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/
H A DAPIClassLoaderServiceImpl.java288 return Collections.enumeration(Collections.<URL>emptyList());
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/
H A DCacheManager.java409 Enumeration<CacheHelper> helpers = Collections.enumeration(cacheHelpers.values());
/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DWebappClassLoader.java782 NamingEnumeration<Binding> enumeration =
785 while (enumeration.hasMoreElements() && (i < length)) {
786 NameClassPair ncPair = enumeration.nextElement();
801 if (enumeration.hasMoreElements()) {
802 while (enumeration.hasMoreElements()) {
803 NameClassPair ncPair = enumeration.nextElement();
1057 * Return an enumeration of <code>URLs</code> representing all of the
1059 * found, return an empty enumeration.
/glassfish-3.1.2/deployment/common/src/main/java/com/sun/enterprise/deploy/shared/
H A DFileArchive.java231 return Collections.enumeration(namesList);
235 * Returns the enumeration of first level directories in this
237 * @return enumeration of directories under the root of this archive
263 return Collections.enumeration(nameList);
267 * Returns an enumeration of the module file entries with the
268 * specified prefix. All elements in the enumeration are of
273 * @return an enumeration of the archive file entries.
281 return Collections.enumeration(namesList);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DNamingContextListener.java1042 Enumeration<String> enumeration = params.keys();
1043 while (enumeration.hasMoreElements()) {
1044 String paramName = enumeration.nextElement();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/connector/coyote/
H A DPECoyoteConnector.java1017 Enumeration enumeration = properties.keys();
1018 while (enumeration.hasMoreElements()) {
1019 String propName = (String) enumeration.nextElement();
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DTransactionState.java473 return Collections.enumeration(resourceList.keySet());
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/
H A DJavaEETransactionManagerJTSDelegate.java420 Collections.enumeration(Arrays.asList(resourceList)));
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DDelegatedRecoveryManager.java233 RecoveryManager.dbXARecovery(serverName, Collections.enumeration(Arrays.asList(resources)));

Completed in 163 milliseconds

12