Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.javagroups » protocols » [javadoc | source]
org.jboss.javagroups.protocols
public class: EVENT_TRACE [javadoc | source]
java.lang.Object
   org.jgroups.stack.Protocol
      org.jboss.javagroups.protocols.EVENT_TRACE
A trival implementation of Protocol that traces all activity through it to its logger. This should be inserted between any two protocols you which to view the events between. Its supports a name property that allows you to insert the element multiple times in a stack to trace multiple protocols. An example config for the ClusterPartition for such a usage is:


JNDITestPartition

















Method from org.jboss.javagroups.protocols.EVENT_TRACE Summary:
down,   getName,   printEventMsg,   setProperties,   up
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.javagroups.protocols.EVENT_TRACE Detail:
 public  void down(Event event) 
 public String getName() 
 public String printEventMsg(Message msg) 
 public boolean setProperties(Properties props) 
 public  void up(Event event)