| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jgroups.stack.Protocolorg.jgroups.protocols.MERGE3public class MERGE3extends ProtocolNested Class Summary | |
static class | |
Field Summary |
Fields inherited from class org.jgroups.stack.Protocol | |
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 | |
Method Summary | |
void | |
String |
|
void |
|
boolean |
|
void |
|
void |
|
void | |
Methods inherited from class org.jgroups.stack.Protocol | |
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 | |
public boolean setProperties(Properties props)
- Overrides:
- setProperties in interface Protocol
public void startDownHandler()
This prevents the down-handler thread to be created, which is not needed in the protocol. DON'T REMOVE !
- Overrides:
- startDownHandler in interface Protocol
public void startUpHandler()
This prevents the up-handler thread to be created, which is not needed in the protocol. DON'T REMOVE !
- Overrides:
- startUpHandler in interface Protocol