Uses of Class
org.jgroups.Event
Packages that use Event
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides debug support, including testing, profiling, and a graphical view of a protocol stack.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
Support for managing protocol stacks.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Event in org.jgroups
Fields in org.jgroups declared as EventMethods in org.jgroups with parameters of type EventModifier and TypeMethodDescriptionvoid
Access to event mechanism of channels.void
Sends a message through the protocol stack if the stack is availableCan be used instead of down() when a return value is expected.Callback method
Called by the ProtocolStack when a message is received.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 -
Uses of Event in org.jgroups.debug
Methods in org.jgroups.debug with parameters of type Event -
Uses of Event in org.jgroups.jmx
Methods in org.jgroups.jmx with parameters of type Event -
Uses of Event in org.jgroups.mux
Methods in org.jgroups.mux with parameters of type Event -
Uses of Event in org.jgroups.protocols
Methods in org.jgroups.protocols with parameters of type EventModifier and TypeMethodDescriptionAn event is to be sent down the stack.Process a downward event.We compress the payload if it is larger thanmin_size
.An event is to be sent down the stack.Caller by the layer above this layer.Fragment a packet if larger than frag_size (add a header).Fragment a packet if larger than frag_size (add a header).Called by the protocol above this.Caller by the layer above this layer.Caller by the layer above this layer.Caller by the layer above this layer.protected Object
BasicTCP.handleDownEvent
(Event evt) protected Object
JMS.handleDownEvent
(Event evt) Handle down event, if it is not a Event.MSG type.protected Object
TP.handleDownEvent
(Event evt) TUNNEL.handleDownEvent
(Event evt) ENCRYPT.passItDown
(Event evt) protected void
TP.passToAllUpProtocols
(Event evt) An event was received from the layer below.Process an upward event.If there is no header, we pass the message up.An event was received from the layer below.If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.If event is a message, if it is fragmented, re-assemble fragments into big message and pass up the stack.Adds upcoming messages to themessages Listinvalid input: '<'\code> where the
messagesHandlerinvalid input: '<'\code> retrieves them.
handle the UP event. -
Uses of Event in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with parameters of type EventModifier and TypeMethodDescriptionThis method is overridden to avoid hanging on getDigest(): when a JOIN is received, the coordinator needs to retrieve the digest from the NAKACK layer.Callback.boolean
GmsImpl.handleUpEvent
(Event evt) Callback. -
Uses of Event in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type Event -
Uses of Event in org.jgroups.util
Methods in org.jgroups.util with parameters of type Event