Uses of Enum
com.sun.grid.jsv.JsvManager.Result
Packages that use JsvManager.Result
-
Uses of JsvManager.Result in com.sun.grid.jsv
Methods in com.sun.grid.jsv that return JsvManager.ResultModifier and TypeMethodDescriptionJsvManager.getResult()
Return the current result.static JsvManager.Result
Returns the enum constant of this type with the specified name.static JsvManager.Result[]
JsvManager.Result.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.grid.jsv with parameters of type JsvManager.ResultModifier and TypeMethodDescriptionvoid
JsvManager.setResult
(JsvManager.Result result, String message) Set the result of the JSV verification operation.