org.apache.catalina.tribes.group

Class GroupChannel.InterceptorIterator

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
booleanhasNext()
Objectnext()
voidremove()

Constructor Detail

InterceptorIterator

public InterceptorIterator(ChannelInterceptor start, ChannelInterceptor end)

Method Detail

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.