org.apache.catalina.tribes.group.interceptors

Class NonBlockingCoordinator.CoordinationEvent

public static class NonBlockingCoordinator.CoordinationEvent extends Object implements InterceptorEvent

Field Summary
static intEVT_CONF_RX
static intEVT_ELECT_ABANDONED
static intEVT_MBR_ADD
static intEVT_MBR_DEL
static intEVT_MSG_ARRIVE
static intEVT_POST_MERGE
static intEVT_PRE_MERGE
static intEVT_PROCESS_ELECT
static intEVT_SEND_MSG
static intEVT_START
static intEVT_START_ELECT
static intEVT_STOP
static intEVT_WAIT_FOR_MSG
Constructor Summary
CoordinationEvent(int type, ChannelInterceptor interceptor, String info)
Method Summary
intgetEventType()
StringgetEventTypeDesc()
ChannelInterceptorgetInterceptor()
StringtoString()

Field Detail

EVT_CONF_RX

public static final int EVT_CONF_RX

EVT_ELECT_ABANDONED

public static final int EVT_ELECT_ABANDONED

EVT_MBR_ADD

public static final int EVT_MBR_ADD

EVT_MBR_DEL

public static final int EVT_MBR_DEL

EVT_MSG_ARRIVE

public static final int EVT_MSG_ARRIVE

EVT_POST_MERGE

public static final int EVT_POST_MERGE

EVT_PRE_MERGE

public static final int EVT_PRE_MERGE

EVT_PROCESS_ELECT

public static final int EVT_PROCESS_ELECT

EVT_SEND_MSG

public static final int EVT_SEND_MSG

EVT_START

public static final int EVT_START

EVT_START_ELECT

public static final int EVT_START_ELECT

EVT_STOP

public static final int EVT_STOP

EVT_WAIT_FOR_MSG

public static final int EVT_WAIT_FOR_MSG

Constructor Detail

CoordinationEvent

public CoordinationEvent(int type, ChannelInterceptor interceptor, String info)

Method Detail

getEventType

public int getEventType()

getEventTypeDesc

public String getEventTypeDesc()

getInterceptor

public ChannelInterceptor getInterceptor()

toString

public String toString()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.