AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.startclient

This package contains interfaces and classes that form the essential building units of the Web NMS Java Client.

See:
          Description

Interface Summary
LogClientInterface This interface is to customize the present logging mechanism provided by the Web NMS Application Client.
NmsFrame A simple interface for handling frames.
NmsPanel This interface has to be implemented by any user defined Panel that needs to be integrated with the Web NMS client.
SocketConnection This interface has to be implemented by any client session for communicating with a corresponding session on the server side.
 

Class Summary
AbstractBaseNmsPanel This abstract class implements NmsPanel Interface.
AbstractNmsPanel This abstract class extends AbstractBaseNmsPanel class which in turn implements NmsPanel Interface.
LockOutFrame NOTE: This API class is for internal use
MainPanel NOTE: This API class is for internal use
MainSocketClient This class serves as the basic communication endpoint for the Web NMS client.
NmsInternalFrame NOTE: This API class is for internal use
NmsMainApplet  
PasswordExpiryIndicator NOTE: This API class is for internal use
WebNMSClient This class is used to authenticate the Username and Password provided with the Web NMS Server for loading the Client Applet.
 

Exception Summary
ClientConnectionException Exception thrown while trying to connect to the WebNMS server from the client.
 

Package com.adventnet.nms.startclient Description

This package contains interfaces and classes that form the essential building units of the Web NMS Java Client. The essential APIs that the package provides are:


AdventNet Web NMS 4 API Specification