Apache Tomcat 7.0.23

org.apache.catalina.tribes.group
Class GroupChannel.InterceptorIterator

java.lang.Object
  extended by org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
All Implemented Interfaces:
java.util.Iterator<ChannelInterceptor>
Enclosing class:
GroupChannel

public static class GroupChannel.InterceptorIterator
extends java.lang.Object
implements java.util.Iterator<ChannelInterceptor>

Title: Interceptor Iterator

Description: An iterator to loop through the interceptors in a channel

Version:
1.0

Constructor Summary
GroupChannel.InterceptorIterator(ChannelInterceptor start, ChannelInterceptor end)
           
 
Method Summary
 boolean hasNext()
           
 ChannelInterceptor next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupChannel.InterceptorIterator

public GroupChannel.InterceptorIterator(ChannelInterceptor start,
                                        ChannelInterceptor end)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<ChannelInterceptor>

next

public ChannelInterceptor next()
Specified by:
next in interface java.util.Iterator<ChannelInterceptor>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<ChannelInterceptor>

Apache Tomcat 7.0.23

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.