com.thaiopensource.util
Class Service.ProviderEnumeration

java.lang.Object
  extended by com.thaiopensource.util.Service.ProviderEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
Service

private class Service.ProviderEnumeration
extends Object
implements Enumeration


Field Summary
private  int nextIndex
           
 
Constructor Summary
private Service.ProviderEnumeration()
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextIndex

private int nextIndex
Constructor Detail

Service.ProviderEnumeration

private Service.ProviderEnumeration()
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration