com.sun.jini.resource
Class Service.LazyIterator
java.lang.Object
com.sun.jini.resource.Service.LazyIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- Service
private static class Service.LazyIterator
- extends Object
- implements Iterator
Private inner class implementing fully-lazy provider lookup
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
Class service
loader
ClassLoader loader
configs
Enumeration configs
pending
Iterator pending
returned
Set returned
nextName
String nextName
Service.LazyIterator
private Service.LazyIterator(Class service,
ClassLoader loader)
hasNext
public boolean hasNext()
throws ServiceConfigurationError
- Specified by:
hasNext
in interface Iterator
- Throws:
ServiceConfigurationError
next
public Object next()
throws ServiceConfigurationError
- Specified by:
next
in interface Iterator
- Throws:
ServiceConfigurationError
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.