org.apache.jetspeed.profiler.impl
Class ProfileFallbackIterator

java.lang.Object
  extended by org.apache.jetspeed.profiler.impl.ProfileFallbackIterator
All Implemented Interfaces:
Iterator

public class ProfileFallbackIterator
extends Object
implements Iterator

ProfileFallbackIterator

Version:
$Id: ProfileFallbackIterator.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Field Summary
private  int last
           
private  ProfileLocatorControl locator
           
private  int state
           
 
Constructor Summary
private ProfileFallbackIterator()
           
  ProfileFallbackIterator(ProfileLocatorControl locator)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locator

private ProfileLocatorControl locator

last

private int last

state

private int state
Constructor Detail

ProfileFallbackIterator

private ProfileFallbackIterator()

ProfileFallbackIterator

public ProfileFallbackIterator(ProfileLocatorControl locator)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.