AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.store

Java documentation for this package contains information about various classes used for storing Objects ,highly scalable  Vector and Hashtable.

See:
          Description

Interface Summary
DBExtendedInterface This interface gives the flexibilty of having additional properties being stored along with the fields .In case of Serialization it does not make any change but in the database , it is necessary for storing these so called user Properties in the database
DBInterface All Persistent objects which need to be stored either in a Relational Database System or Serialized flat files, should implement this interface.
UserStorageAPI User-defined objects or custom objects which do not implement DBInterface or extend ManagedObject or any of its derived classes, can be persisted into the Web NMS database using the interface UserStorageAPI.
 

Class Summary
DBHashtable A DBHashtable can be assumed to be a highly scalable hashtable.
DBIndexedVector Deprecated. From 4.5SP1 onwards.
DBPropertytable Deprecated. From 4.5SP1 onwards.
DBSchedulerVector Deprecated. From 4.5SP1 onwards.
DBVector A DBVector can be assumed to be a highly scalable vector.
DBVectortable Deprecated. From 4.5SP1 onwards.
Notifier Notifier class represents an observable object, which manages notifications to the observers.
 

Exception Summary
NmsStorageException  
 

Package com.adventnet.nms.store Description

Java documentation for this package contains information about various classes used for storing Objects ,highly scalable  Vector and Hashtable.


AdventNet Web NMS 4 API Specification