konark.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)
          Remote method for attaching to an existing SMSAgent
 java.lang.String launchSMSAgent(java.lang.String name)
          Remote method for launching an SMSAgent with name
 java.util.Vector listSMSAgents()
          Remote method for listing all SMSAgents on a server
 

Method Detail

launchSMSAgent

public java.lang.String launchSMSAgent(java.lang.String name)
                                throws java.rmi.RemoteException
Remote method for launching an SMSAgent with name

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
Remote method for listing all SMSAgents on a server

TODO Jan 30, 2004 Harsha, Tanvir, Tripathi: Remove this api, Remove 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
Remote method for attaching to an existing SMSAgent

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