public static class NonBlockingCoordinator.CoordinationEvent extends java.lang.Object implements ChannelInterceptor.InterceptorEvent
Modifier and Type | Field and Description |
---|---|
static int |
EVT_CONF_RX |
static int |
EVT_ELECT_ABANDONED |
static int |
EVT_MBR_ADD |
static int |
EVT_MBR_DEL |
static int |
EVT_MSG_ARRIVE |
static int |
EVT_POST_MERGE |
static int |
EVT_PRE_MERGE |
static int |
EVT_PROCESS_ELECT |
static int |
EVT_SEND_MSG |
static int |
EVT_START |
static int |
EVT_START_ELECT |
static int |
EVT_STOP |
static int |
EVT_WAIT_FOR_MSG |
Constructor and Description |
---|
NonBlockingCoordinator.CoordinationEvent(int type,
ChannelInterceptor interceptor,
java.lang.String info) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
java.lang.String |
getEventTypeDesc() |
ChannelInterceptor |
getInterceptor() |
java.lang.String |
toString() |
public static final int EVT_START
public static final int EVT_MBR_ADD
public static final int EVT_MBR_DEL
public static final int EVT_START_ELECT
public static final int EVT_PROCESS_ELECT
public static final int EVT_MSG_ARRIVE
public static final int EVT_PRE_MERGE
public static final int EVT_POST_MERGE
public static final int EVT_WAIT_FOR_MSG
public static final int EVT_SEND_MSG
public static final int EVT_STOP
public static final int EVT_CONF_RX
public static final int EVT_ELECT_ABANDONED
public NonBlockingCoordinator.CoordinationEvent(int type, ChannelInterceptor interceptor, java.lang.String info)
public int getEventType()
getEventType
in interface ChannelInterceptor.InterceptorEvent
public java.lang.String getEventTypeDesc()
getEventTypeDesc
in interface ChannelInterceptor.InterceptorEvent
public ChannelInterceptor getInterceptor()
getInterceptor
in interface ChannelInterceptor.InterceptorEvent
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.