Class NonBlockingCoordinator.CoordinationEvent
- java.lang.Object
- 
- org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
- 
- All Implemented Interfaces:
- ChannelInterceptor.InterceptorEvent
 - Enclosing class:
- NonBlockingCoordinator
 
 public static class NonBlockingCoordinator.CoordinationEvent extends java.lang.Object implements ChannelInterceptor.InterceptorEvent 
- 
- 
Field SummaryFields Modifier and Type Field Description static intEVT_CONF_RXstatic intEVT_ELECT_ABANDONEDstatic intEVT_MBR_ADDstatic intEVT_MBR_DELstatic intEVT_MSG_ARRIVEstatic intEVT_POST_MERGEstatic intEVT_PRE_MERGEstatic intEVT_PROCESS_ELECTstatic intEVT_SEND_MSGstatic intEVT_STARTstatic intEVT_START_ELECTstatic intEVT_STOPstatic intEVT_WAIT_FOR_MSG
 - 
Constructor SummaryConstructors Constructor Description CoordinationEvent(int type, ChannelInterceptor interceptor, java.lang.String info)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventType()java.lang.StringgetEventTypeDesc()ChannelInterceptorgetInterceptor()java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
EVT_STARTpublic static final int EVT_START - See Also:
- Constant Field Values
 
 - 
EVT_MBR_ADDpublic static final int EVT_MBR_ADD - See Also:
- Constant Field Values
 
 - 
EVT_MBR_DELpublic static final int EVT_MBR_DEL - See Also:
- Constant Field Values
 
 - 
EVT_START_ELECTpublic static final int EVT_START_ELECT - See Also:
- Constant Field Values
 
 - 
EVT_PROCESS_ELECTpublic static final int EVT_PROCESS_ELECT - See Also:
- Constant Field Values
 
 - 
EVT_MSG_ARRIVEpublic static final int EVT_MSG_ARRIVE - See Also:
- Constant Field Values
 
 - 
EVT_PRE_MERGEpublic static final int EVT_PRE_MERGE - See Also:
- Constant Field Values
 
 - 
EVT_POST_MERGEpublic static final int EVT_POST_MERGE - See Also:
- Constant Field Values
 
 - 
EVT_WAIT_FOR_MSGpublic static final int EVT_WAIT_FOR_MSG - See Also:
- Constant Field Values
 
 - 
EVT_SEND_MSGpublic static final int EVT_SEND_MSG - See Also:
- Constant Field Values
 
 - 
EVT_STOPpublic static final int EVT_STOP - See Also:
- Constant Field Values
 
 - 
EVT_CONF_RXpublic static final int EVT_CONF_RX - See Also:
- Constant Field Values
 
 - 
EVT_ELECT_ABANDONEDpublic static final int EVT_ELECT_ABANDONED - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
CoordinationEventpublic CoordinationEvent(int type, ChannelInterceptor interceptor, java.lang.String info)
 
- 
 - 
Method Detail- 
getEventTypepublic int getEventType() - Specified by:
- getEventTypein interface- ChannelInterceptor.InterceptorEvent
 
 - 
getEventTypeDescpublic java.lang.String getEventTypeDesc() - Specified by:
- getEventTypeDescin interface- ChannelInterceptor.InterceptorEvent
 
 - 
getInterceptorpublic ChannelInterceptor getInterceptor() - Specified by:
- getInterceptorin interface- ChannelInterceptor.InterceptorEvent
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-