com.ibm.sysmgt.switchmgt
Interface SMAppLauncher


public interface SMAppLauncher

An interface for implementers of module management interfaces which are more involved then a web and/or telnet client.


Method Summary
 java.lang.String getNLSName()
          Return a name of implemented management application which can be displayed to a user
 boolean runApplication(SwitchIdentifier module, java.lang.String[] args)
          Invoked by the SMLauncher to execute a management application against a specific target
 

Method Detail

runApplication

public boolean runApplication(SwitchIdentifier module,
                              java.lang.String[] args)
Invoked by the SMLauncher to execute a management application against a specific target

Parameters:
module - The switch module target to be managed
args - Optional execution arguments, null if none
Returns:
true for success, false for failure

getNLSName

public java.lang.String getNLSName()
Return a name of implemented management application which can be displayed to a user

Returns:
NLS String