Package com.adventnet.nms.client
This package contains the java documentation for the API classes that form
the client side building blocks in developing a Stand Alone client.
See:
Description
|
Interface Summary |
| CommonClientAPI |
CommonClientAPI is the API interface for the Client side API implementation
of CustomView manipulations. |
| NmsClientTableModel |
NmsClientTableModel is the core interface which represents the
customized TableModel for WebNMS Client. |
| ValidateCredentials |
NOTE: This API class is for internal use |
|
Class Summary |
| ClientCVAPIImpl |
NOTE: This API class is for internal use |
| NmsClientTableModelEvent |
NmsClientTableModelEvent class serves as the Event object which
encapsulates the various neccessary details of an update in the
client table model (NmsClientTableModel). |
| NmsTableModelAdapter |
This serves as a listener for updates from the server-side
counterpart(NmsTableModel). |
Package com.adventnet.nms.client Description
This package contains the java documentation for the API classes that form
the client side building blocks in developing a Stand Alone client. The
classes present in this package form the client side essential models for
Custom View handling in the stand alone clients that could be built using
Client API mechanism. This essentially includes the basic Client table
model and Client table model event handling features.