KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > example > TestAdmin


1 package example;
2
3 /**
4  * Management interface for the basic MBean.
5  */

6 public interface TestAdmin {
7   /**
8    * Gets the data value.
9    */

10   public String JavaDoc getData();
11 }
12
Popular Tags