KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jgroups > jmx > protocols > TCPPING


1 package org.jgroups.jmx.protocols;
2
3 /**
4  * @author Bela Ban
5  * @version $Id: TCPPING.java,v 1.2 2006/12/14 07:46:59 belaban Exp $
6  */

7 public class TCPPING extends Discovery implements TCPPINGMBean {
8
9     public TCPPING() {
10     }
11
12     public TCPPING(org.jgroups.stack.Protocol p) {
13         super(p);
14     }
15
16     public void attachProtocol(org.jgroups.stack.Protocol p) {
17         super.attachProtocol(p);
18     }
19 }
20
Popular Tags