Uses of Class
com.tailf.ned.NedException
Packages that use NedException
-
Uses of NedException in com.tailf.ned
Methods in com.tailf.ned that throw NedExceptionModifier and TypeMethodDescriptionvoid
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
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.void
NedWorker.connectError
(int intCode, String info) Deprecated.Use the methodNedWorker.connectError(NedErrorCode, String)
insteadvoid
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.static NedShowFilter
NedShowFilter.fromFNode
(ConfETuple fnode) static List<NedShowFilter>
NedShowFilter.fromFNodes
(ConfEList fnodes) 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
(String config) This method is invoked by a NedCli instance in response to a show method invocation.void
NedWorker.showCliResponse
(ArrayList<String> l) 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.showStatsFilterResponse()
This method is invoked during the showStatsFilter() request to indicate that the NED has successfully populated the requested transaction.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.uninitializeResponse()
This method should be invoked by a NedConnection instance when it has completed a uninitialize operation to indicate a successful uninitializationConstructors in com.tailf.ned that throw NedExceptionModifierConstructorDescriptionNedCmd
(ConfETuple t) NedShowFilter
(ConfTag tag, List<NedShowFilter> children, Map<String, String> attributes) NedShowFilter
(ConfTag tag, Map<String, String> attributes)
NedWorker.connectError(NedErrorCode)
instead