| Package | Description |
|---|---|
| com.sun.grid.jsv |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsvManager.setResult(JsvManager.Result result,
java.lang.String message)
Set the result of the JSV verification operation.
|