org.apache.catalina.tribes.group
Class GroupChannel.InterceptorIterator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupChannel.InterceptorIterator
public GroupChannel.InterceptorIterator(ChannelInterceptor start,
ChannelInterceptor end)
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.