Uses of Class
com.sun.grid.jsv.JsvManager.Result

Packages that use JsvManager.Result
com.sun.grid.jsv   
 

Uses of JsvManager.Result in com.sun.grid.jsv
 

Methods in com.sun.grid.jsv that return JsvManager.Result
 JsvManager.Result JsvManager.getResult()
          Return the current result.
static JsvManager.Result JsvManager.Result.valueOf(java.lang.String name)
          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're declared.
 

Methods in com.sun.grid.jsv with parameters of type JsvManager.Result
 void JsvManager.setResult(JsvManager.Result result, java.lang.String message)
          Set the result of the JSV verification operation.