Uses of Class
com.vhosting.netconf.yuma.Date

Packages that use Date
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Uses of Date in com.vhosting.netconf.yuma
 

Methods in com.vhosting.netconf.yuma that return Date
 Date Load.LoadReply.getModuleRevision()
          Allows you to retrieve the module revision in response to the Load operation.
 

Methods in com.vhosting.netconf.yuma with parameters of type Date
 int Load.LoadReply.compareVersion(Date version)
          Allows you to run a comparison between the version of the module loaded on the server.
 

Constructors in com.vhosting.netconf.yuma with parameters of type Date
Load(Session session, YANGCapability cap, Date revision)