Constants |
FAILURE |
indicates: dispatch failed
|
SUCCESS |
indicates: dispatch was successfully
|
DONTKNOW |
indicates: result isn't defined
|
Constants' Details |
FAILURE
const short FAILURE = 0;
- Description
- indicates: dispatch failed
|
|
SUCCESS
const short SUCCESS = 1;
- Description
- indicates: dispatch was successfully
|
|
DONTKNOW
const short DONTKNOW = 2;
- Description
- indicates: result isn't defined
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.