org.apache.catalina.tribes.group
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 | |
---|---|
InterceptorIterator(ChannelInterceptor start, ChannelInterceptor end) |
Method Summary | |
---|---|
boolean | hasNext() |
Object | next() |
void | remove() |