| Package | Description | 
|---|---|
| com.tailf.ned | 
 Network Equipment Drivers package 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NedWorker.abortResponse()
This method is called by the NED to indicate that the
 abort method has been successfully completed. 
 | 
void | 
NedCliBaseTemplate.applyConfig(NedWorker worker,
           int cmd,
           String data)  | 
void | 
NedCliBaseTemplate.close(NedWorker worker)  | 
void | 
NedWorker.commandResponse()
This method is called by the NED to indicate that the
 command method has been successfully completed. 
 | 
void | 
NedWorker.commandResponse(ConfXMLParam[] reply)
This method is called by the NED to indicate that the
 command method has been successfully completed when the NED
 also has a reply. 
 | 
void | 
NedWorker.commitResponse()
This method should be invoked by a NedConnection instance when it has
 completed a commit operation to indicate a successful completion
 of the commit. 
 | 
void | 
NedWorker.connectError(int intCode)
Deprecated. 
 
Use the method
  
NedWorker.connectError(NedErrorCode)
 instead | 
void | 
NedWorker.connectError(int intCode,
            String info)
Deprecated. 
 
Use the method
  
NedWorker.connectError(NedErrorCode, String)
 instead | 
void | 
NedWorker.connectError(NedErrorCode code)
 | 
void | 
NedWorker.connectError(NedErrorCode code,
            String info)
This method should be invoked if the NED fails to perform the
 connect() operation. 
 | 
void | 
NedWorker.createSubscriptionResponse()
This method is invoked by a NedConnection instance when it has
 completed to create a notification subsription. 
 | 
int | 
NedEditOp.getMoveDestination()
Returns the absolute or relative destination of a move operation. 
 | 
void | 
NedWorker.getTransIdResponse(String id)
This method is called by the NED to send a response to the
 getTransId request. 
 | 
void | 
NedWorker.initializeResponse(String id)
This method is called by the NED to send a response to the
 initialize request. 
 | 
void | 
NedWorker.isAliveResponse(boolean alive)  | 
void | 
NedWorker.persistResponse()
This method is called by the NED to indicate that the
 persist method has been successfully completed. 
 | 
void | 
NedWorker.prepareDryResponse(String output)
This method should be invoked by a NedConnection instance when it has
 completed a prepare dry operation to indicate a successful completion
 of and the result of the dry run. 
 | 
void | 
NedWorker.prepareDryUnsupportedResponse()
This method should be invoked by a NedConnection instance when a
 prepare dry operation is invoked and the NED is not able to support
 such an operation. 
 | 
void | 
NedWorker.prepareResponse()
This method should be invoked by a NedConnection instance when it has
 completed a prepare operation to indicate a successful completion
 of the prepare. 
 | 
void | 
NedWorker.revertResponse()
This method should be invoked by a NedConnection instance when it has
 completed a revert operation to indicate a successful completion
 of the revert. 
 | 
void | 
NedWorker.showCliResponse(ArrayList<String> l)  | 
void | 
NedWorker.showCliResponse(String config)
This method is invoked by a NedCli instance in response to a show
 method invocation. 
 | 
void | 
NedWorker.showGenericResponse()
This method is invoked by a NedGeneric when it has completed
 populating the transaction with the requested configuration
 sub-tree. 
 | 
void | 
NedWorker.showStatsListResponse(int ttl,
                     NedTTL[] ttls)
This method is invoked during the showStatsList() request
 to indicate that the NED has successfully populated at least
 the full list with all existing instances (no data below each
 instance key is required, but may be supplied). 
 | 
void | 
NedWorker.showStatsPathResponse(NedTTL[] ttls)
This method is invoked during the showStatsPath() request
 to indicate that the NED has successfully populated the requested
 subtree. 
 | 
void | 
NedWorker.showStatsResponse(NedTTL[] ttls)
This method is invoked during the invocation of the
 showStats() method to indicate that the Ned has completed
 populating the transaction with the requested stats (and
 possibly more than that). 
 | 
void | 
NedWorker.uninitializeResponse()
This method should be invoked by a NedConnection instance when it has
 completed a uninitialize operation to indicate a successful
 uninitialization 
 | 
| Constructor and Description | 
|---|
NedCmd(ConfETuple t)  |