org.jgroups.protocols
Class MessageProtocolEXAMPLE
- RequestHandler
public class MessageProtocolEXAMPLE
down_handler , down_prot , down_queue , down_thread , down_thread_prio , log , observer , props , stack , stats , trace , up_handler , up_prot , up_queue , up_thread , up_thread_prio , warn |
destroy , down , downThreadEnabled , dumpStats , enableStats , getDownProtocol , getDownQueue , getName , getProperties , getUpProtocol , getUpQueue , handleSpecialDownEvent , init , isTrace , isWarn , passDown , passUp , printStats , providedDownServices , providedUpServices , receiveDownEvent , receiveUpEvent , requiredDownServices , requiredUpServices , resetStats , setDownProtocol , setObserver , setProperties , setPropertiesInternal , setProtocolStack , setTrace , setUpProtocol , setWarn , start , startDownHandler , startUpHandler , statsEnabled , stop , stopInternal , up , upThreadEnabled |
handleDownEvent
public boolean handleDownEvent(Event evt)
Callback. Called by superclass when event may be handled.
Do not use PassDown
in this method as the event is passed down
by default by the superclass after this method returns !
- handleDownEvent in interface MessageProtocol
- boolean Defaults to true. If false, event will not be passed down the stack.
handleUpEvent
public boolean handleUpEvent(Event evt)
Callback. Called by superclass when event may be handled.
Do not use PassUp
in this method as the event is passed up
by default by the superclass after this method returns !
- handleUpEvent in interface MessageProtocol
- boolean Defaults to true. If false, event will not be passed up the stack.
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.