Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.security.plugins
Class JaasSecurityManagerService.DomainEnumeration  view JaasSecurityManagerService.DomainEnumeration download JaasSecurityManagerService.DomainEnumeration.java

java.lang.Object
  extended byorg.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
All Implemented Interfaces:
java.util.Enumeration, javax.naming.NamingEnumeration
Enclosing class:
JaasSecurityManagerService

static class JaasSecurityManagerService.DomainEnumeration
extends java.lang.Object
implements javax.naming.NamingEnumeration


Field Summary
(package private)  java.util.Hashtable ctxMap
           
(package private)  java.util.Enumeration domains
           
 
Constructor Summary
(package private) JaasSecurityManagerService.DomainEnumeration(java.util.Enumeration domains, java.util.Hashtable ctxMap)
           
 
Method Summary
 void close()
           
 boolean hasMore()
           
 boolean hasMoreElements()
          Tests whether there are elements remaining in the enumeration.
 java.lang.Object next()
           
 java.lang.Object nextElement()
          Obtain the next element in the enumeration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domains

java.util.Enumeration domains

ctxMap

java.util.Hashtable ctxMap
Constructor Detail

JaasSecurityManagerService.DomainEnumeration

JaasSecurityManagerService.DomainEnumeration(java.util.Enumeration domains,
                                             java.util.Hashtable ctxMap)
Method Detail

close

public void close()
Specified by:
close in interface javax.naming.NamingEnumeration

hasMoreElements

public boolean hasMoreElements()
Description copied from interface: java.util.Enumeration
Tests whether there are elements remaining in the enumeration.

Specified by:
hasMoreElements in interface java.util.Enumeration

hasMore

public boolean hasMore()
Specified by:
hasMore in interface javax.naming.NamingEnumeration

next

public java.lang.Object next()
Specified by:
next in interface javax.naming.NamingEnumeration

nextElement

public java.lang.Object nextElement()
Description copied from interface: java.util.Enumeration
Obtain the next element in the enumeration.

Specified by:
nextElement in interface java.util.Enumeration