Uses of Class
org.jgroups.Event
-
Packages that use Event Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.blocks.executor org.jgroups.fork org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.protocols.relay org.jgroups.protocols.rules org.jgroups.protocols.tom org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Event in org.jgroups
Fields in org.jgroups declared as Event Modifier and Type Field Description static Event
Event. GET_DIGEST_EVT
Methods in org.jgroups with parameters of type Event Modifier and Type Method Description protected JChannel
JChannel. _connect(Event evt)
java.lang.Object
Channel. down(Event evt)
Deprecated.Enables access to event mechanism of a channel and is normally not used by clients directly.java.lang.Object
JChannel. down(Event evt)
Sends an event down the protocol stack.java.lang.Object
JChannel. up(Event evt)
Callback method
Called by the ProtocolStack when a message is received.java.lang.Object
UpHandler. up(Event evt)
Invoked for all channel events except connection management and state transfer. -
Uses of Event in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type Event Modifier and Type Method Description protected java.lang.Object
MessageDispatcher. handleUpEvent(Event evt)
boolean
RequestCorrelator. receive(Event evt)
Callback. -
Uses of Event in org.jgroups.blocks.executor
Subclasses of Event in org.jgroups.blocks.executor Modifier and Type Class Description class
ExecutorEvent
Defines an event class for the execution of an entity. -
Uses of Event in org.jgroups.fork
Methods in org.jgroups.fork with parameters of type Event Modifier and Type Method Description java.lang.Object
ForkProtocol. down(Event evt)
java.lang.Object
ForkProtocolStack. down(Event evt)
java.lang.Object
ForkProtocolStack. up(Event evt)
-
Uses of Event in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Event Modifier and Type Field Description protected Event
MERGE3. ASYNC_DISCOVERY_EVENT
Methods in org.jgroups.protocols with parameters of type Event Modifier and Type Method Description java.lang.Object
ABP. down(Event evt)
Deprecated.java.lang.Object
ASYM_ENCRYPT. down(Event evt)
java.lang.Object
AUTH. down(Event evt)
An event is to be sent down the stack.java.lang.Object
BARRIER. down(Event evt)
java.lang.Object
BasicTCP. down(Event evt)
java.lang.Object
COUNTER. down(Event evt)
java.lang.Object
DAISYCHAIN. down(Event evt)
java.lang.Object
DETECT_LOOPBACKS. down(Event evt)
java.lang.Object
DISCARD. down(Event evt)
java.lang.Object
Discovery. down(Event evt)
java.lang.Object
Encrypt. down(Event evt)
java.lang.Object
EXAMPLE. down(Event evt)
java.lang.Object
Executing. down(Event evt)
java.lang.Object
FailureDetection. down(Event evt)
java.lang.Object
FD_HOST. down(Event evt)
java.lang.Object
FD_SOCK. down(Event evt)
java.lang.Object
FD. down(Event evt)
java.lang.Object
FILE_PING. down(Event evt)
java.lang.Object
FlowControl. down(Event evt)
java.lang.Object
FORK. down(Event evt)
java.lang.Object
FORWARD_TO_COORD. down(Event evt)
java.lang.Object
FRAG. down(Event evt)
Fragment a packet if larger than frag_size (add a header).java.lang.Object
FRAG2. down(Event evt)
Fragment a packet if larger than frag_size (add a header).java.lang.Object
FRAG3. down(Event evt)
Fragment a packet if larger than frag_size (add a header).java.lang.Object
KeyExchange. down(Event evt)
java.lang.Object
LOCAL_PING. down(Event evt)
java.lang.Object
Locking. down(Event evt)
java.lang.Object
MAKE_BATCH. down(Event evt)
java.lang.Object
MERGE3. down(Event evt)
java.lang.Object
NAMING. down(Event evt)
java.lang.Object
PDC. down(Event evt)
java.lang.Object
PERF. down(Event evt)
java.lang.Object
RATE_LIMITER. down(Event evt)
java.lang.Object
RELAY. down(Event evt)
Deprecated.java.lang.Object
RSVP. down(Event evt)
java.lang.Object
SASL. down(Event evt)
Deprecated.java.lang.Object
SEQUENCER. down(Event evt)
java.lang.Object
SEQUENCER2. down(Event evt)
java.lang.Object
SERIALIZE. down(Event evt)
java.lang.Object
SHARED_LOOPBACK. down(Event evt)
java.lang.Object
SimpleTCP. down(Event evt)
java.lang.Object
SIZE. down(Event evt)
java.lang.Object
STATS. down(Event evt)
java.lang.Object
STOMP. down(Event evt)
java.lang.Object
TCPPING. down(Event evt)
java.lang.Object
TP. down(Event evt)
java.lang.Object
TRACE. down(Event evt)
java.lang.Object
TUNNEL. down(Event evt)
java.lang.Object
UDP. down(Event evt)
java.lang.Object
UNICAST3. down(Event evt)
java.lang.Object
VERIFY_SUSPECT. down(Event evt)
protected void
FORK. getStateFromMainAndForkChannels(Event evt)
protected void
NAMING. handleEvent(Event evt)
java.lang.Object
ASYM_ENCRYPT. up(Event evt)
java.lang.Object
BARRIER. up(Event evt)
java.lang.Object
COUNTER. up(Event evt)
java.lang.Object
DISCARD. up(Event evt)
java.lang.Object
Discovery. up(Event evt)
java.lang.Object
DUPL. up(Event evt)
java.lang.Object
Encrypt. up(Event evt)
java.lang.Object
Executing. up(Event evt)
java.lang.Object
FD_SOCK. up(Event evt)
java.lang.Object
FlowControl. up(Event evt)
java.lang.Object
FORK. up(Event evt)
java.lang.Object
FORWARD_TO_COORD. up(Event evt)
java.lang.Object
FRAG. up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.java.lang.Object
FRAG2. up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.java.lang.Object
FRAG3. up(Event evt)
If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.java.lang.Object
Locking. up(Event evt)
java.lang.Object
MPING. up(Event evt)
java.lang.Object
NAMING. up(Event evt)
java.lang.Object
RELAY. up(Event evt)
Deprecated.java.lang.Object
RSVP. up(Event evt)
java.lang.Object
SEQUENCER. up(Event evt)
java.lang.Object
SEQUENCER2. up(Event evt)
java.lang.Object
SSL_KEY_EXCHANGE. up(Event evt)
java.lang.Object
STATS. up(Event evt)
java.lang.Object
STOMP. up(Event evt)
java.lang.Object
TRACE. up(Event evt)
java.lang.Object
VERIFY_SUSPECT. up(Event evt)
-
Uses of Event in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type Event Modifier and Type Method Description java.lang.Object
FLUSH. down(Event evt)
java.lang.Object
GMS. down(Event evt)
java.lang.Object
NAKACK2. down(Event evt)
Callback.java.lang.Object
STABLE. down(Event evt)
java.lang.Object
STATE_TRANSFER. down(Event evt)
java.lang.Object
StreamingStateTransfer. down(Event evt)
java.lang.Object
FLUSH. up(Event evt)
java.lang.Object
GMS. up(Event evt)
java.lang.Object
NAKACK2. up(Event evt)
Callback.java.lang.Object
STABLE. up(Event evt)
java.lang.Object
STATE_TRANSFER. up(Event evt)
java.lang.Object
StreamingStateTransfer. up(Event evt)
-
Uses of Event in org.jgroups.protocols.relay
Methods in org.jgroups.protocols.relay with parameters of type Event Modifier and Type Method Description java.lang.Object
RELAY2. down(Event evt)
java.lang.Object
RELAY2. up(Event evt)
-
Uses of Event in org.jgroups.protocols.rules
Methods in org.jgroups.protocols.rules with parameters of type Event Modifier and Type Method Description java.lang.Object
EventHandler. down(Event evt)
Called when a down event is receivedjava.lang.Object
SUPERVISOR. down(Event evt)
Deprecated.java.lang.Object
EventHandler. up(Event evt)
Called when an up event is receivedjava.lang.Object
SUPERVISOR. up(Event evt)
Deprecated. -
Uses of Event in org.jgroups.protocols.tom
Methods in org.jgroups.protocols.tom with parameters of type Event Modifier and Type Method Description java.lang.Object
TOA. down(Event evt)
java.lang.Object
TOA. up(Event evt)
-
Uses of Event in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type Event Modifier and Type Method Description java.lang.Object
Protocol. down(Event evt)
An event is to be sent down the stack.java.lang.Object
ProtocolStack. down(Event evt)
java.lang.Object
Protocol. up(Event evt)
An event was received from the protocol below.java.lang.Object
ProtocolStack. up(Event evt)
-