org.jgroups.protocols
Class SIZE
Protocol which prints out the real size of a message. To do this, the message
is serialized into a byte buffer and its size read. Don't use this layer in
a production stack since the costs are high (just for debugging).
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 |
void | down(Event evt)
|
String | getName() - All protocol names have to be unique !
|
void | init()
|
boolean | setProperties(Properties props) - Setup the Protocol instance acording to the configuration string
|
void | up(Event evt)
|
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 |
getName
public String getName()
All protocol names have to be unique !
- getName in interface Protocol
setProperties
public boolean setProperties(Properties props)
Setup the Protocol instance acording to the configuration string
- setProperties in interface Protocol
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.