AdventNet Web NMS 4 API Specification

com.adventnet.nms.util
Interface UserClassInterface


public interface UserClassInterface

This interface needs to be implemented by the classes which are to be invoked via the "invokeclasson*" option as menu item action.The UserClassInterface can be used to invoke classes on the BE server, FE server as well as the client.

The respective action types for these are invokeclassonbe , invokeclassonfe and invokeclassonclient.

The invokeclassonclient action type is restricted only to object specific menus.


Method Summary
 java.lang.String getResultString(java.lang.String[] args)
          This method will be invoked when the class is instantiated and a result string is returned to the client.
 

Method Detail

getResultString

public java.lang.String getResultString(java.lang.String[] args)
This method will be invoked when the class is instantiated and a result string is returned to the client.
Parameters:
args - is the argument list specified in the menu file.
Returns:
the String from the server with the appropriate information to be displayed on the client.

AdventNet Web NMS 4 API Specification