KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > simpletrl > EntryPointRuleClass


1 package simpletrl;
2 public interface EntryPointRuleClass extends javax.jmi.reflect.RefClass {
3     public simpletrl.EntryPointRule createEntryPointRule() throws javax.jmi.reflect.JmiException;
4
5     public simpletrl.EntryPointRule createEntryPointRule(String JavaDoc name , String JavaDoc resultType , String JavaDoc comment , String JavaDoc context) throws javax.jmi.reflect.JmiException;
6
7 }//end of interface
8
Popular Tags