Uses of Interface
com.vhosting.netconf.frame.RpcReplySpecificListener

Packages that use RpcReplySpecificListener
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of RpcReplySpecificListener in com.vhosting.netconf
 

Methods in com.vhosting.netconf with parameters of type RpcReplySpecificListener
 void Operation.execute(RpcHandler handler, RpcReplySpecificListener listener)
          Allows you to execute the operation, through the use of a RpcHandler specifying a listener that will intercept the RPC reply.
 

Uses of RpcReplySpecificListener in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame with parameters of type RpcReplySpecificListener
 void RpcHandler.sendRpc(Rpc operation, RpcReplySpecificListener listener)
          Send a RPC operation specifying a listener that will intercept the RPC reply.