KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > agentis > jmi > apml > ServiceClass


1 package net.agentis.jmi.apml;
2
3 public interface ServiceClass extends javax.jmi.reflect.RefClass {
4     public Service createService();
5     public Service createService(java.lang.String JavaDoc name, net.agentis.jmi.apml.Visibility visibility, java.lang.String JavaDoc annotation, boolean isProxy);
6 }
7
Popular Tags