KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.jgroups.jmx.protocols;
2
3 import org.jgroups.jmx.ProtocolMBean;
4
5 /**
6  * @author Bela Ban
7  * @version $Id: PINGMBean.java,v 1.1 2005/06/08 15:17:30 belaban Exp $
8  */

9 public interface PINGMBean extends DiscoveryMBean {
10 }
11
Popular Tags