network.manager
Interface GUILaunch

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
SMSAgentServer

public interface GUILaunch
extends java.rmi.Remote

Interface provided for the SMSAgentServer to facilitate launching of of the SMSAgent


Method Summary
 java.lang.String attachToSMSAgent(java.lang.String name)
          TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Remove this api, Let GUI maintain SMA urna in config and rebind on restart
 java.lang.String launchSMSAgent(java.lang.String name)
          TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Though: have this as a generic api for all agentserver, Currently run SMSAgentServer as generic server.
 java.util.Vector listSMSAgents()
          TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Remove this api, Reove this functionality to registry (e.g.
 

Method Detail

launchSMSAgent

public java.lang.String launchSMSAgent(java.lang.String name)
                                throws java.rmi.RemoteException
TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Though: have this as a generic api for all agentserver, Currently run SMSAgentServer as generic server.

Throws:
java.rmi.RemoteException

listSMSAgents

public java.util.Vector listSMSAgents()
                               throws java.rmi.RemoteException
TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Remove this api, Reove this functionality to registry (e.g. name registry) for listing of all the SMAs

Throws:
java.rmi.RemoteException

attachToSMSAgent

public java.lang.String attachToSMSAgent(java.lang.String name)
                                  throws java.rmi.RemoteException
TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Remove this api, Let GUI maintain SMA urna in config and rebind on restart

Throws:
java.rmi.RemoteException