Package org.apache.catalina.tribes
Interface ChannelInterceptor.InterceptorEvent
- 
- All Known Implementing Classes:
- NonBlockingCoordinator.CoordinationEvent
 - Enclosing interface:
- ChannelInterceptor
 
 public static interface ChannelInterceptor.InterceptorEvent
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEventType()java.lang.StringgetEventTypeDesc()ChannelInterceptorgetInterceptor()
 
- 
- 
- 
Method Detail- 
getEventTypeint getEventType() 
 - 
getEventTypeDescjava.lang.String getEventTypeDesc() 
 - 
getInterceptorChannelInterceptor getInterceptor() 
 
- 
 
-