|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.Operation.Reply
com.vhosting.netconf.yuma.Load.LoadReply
public class Load.LoadReply
This class provides specific methods to process the data obtained in response to a RpcReply after a load operation.
Constructor Summary | |
---|---|
Load.LoadReply(RpcReply reply)
Constructs an instance of the class. |
Method Summary | |
---|---|
int |
compareVersion(Date version)
Allows you to run a comparison between the version of the module loaded on the server. |
Date |
getModuleRevision()
Allows you to retrieve the module revision in response to the Load operation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Load.LoadReply(RpcReply reply)
reply
- The Rpc Reply for the load operation.Method Detail |
---|
public Date getModuleRevision()
public int compareVersion(Date version)
version
- The server module revision date.
getModuleRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |