Package org.apache.catalina.tribes
Interface ChannelInterceptor.InterceptorEvent
-
- All Known Implementing Classes:
NonBlockingCoordinator.CoordinationEvent
- Enclosing interface:
- ChannelInterceptor
public static interface ChannelInterceptor.InterceptorEventEvent fired by an interceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEventType()Returns the event type.java.lang.StringgetEventTypeDesc()Returns the event type description.ChannelInterceptorgetInterceptor()Returns the interceptor that fired the event.
-
-
-
Method Detail
-
getEventType
int getEventType()
Returns the event type.- Returns:
- the event type
-
getEventTypeDesc
java.lang.String getEventTypeDesc()
Returns the event type description.- Returns:
- the event type description
-
getInterceptor
ChannelInterceptor getInterceptor()
Returns the interceptor that fired the event.- Returns:
- the interceptor
-
-