KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > Connector > Boot > CNComponentManagerRemoteInterface


1 /* $Id: CNComponentManagerRemoteInterface.java,v 1.2 2004/03/22 19:31:49 hnetynka Exp $ */
2 package SOFA.Connector.Boot;
3
4 public interface CNComponentManagerRemoteInterface extends
5     CNComponentLifecycleControlRemoteInterface, CNRegisterRemoteInterface,
6         CNComponentRemoteInterface, CNTypeRemoteInterface{
7         SOFA.SOFAnode.Run.Deployment.DeplDock getLocalDeplDock() throws java.rmi.RemoteException JavaDoc;
8         String JavaDoc getFullName() throws java.rmi.RemoteException JavaDoc;
9 }
10
Popular Tags