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

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

public static class GroupChannel.InterceptorIterator
extends Object
implements Iterator

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()
           
 Object 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 Iterator

next

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

remove

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


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.