Package com.sun.enterprise.util
Class Result<T>
java.lang.Object
com.sun.enterprise.util.Result<T>
Used to carry a result or an exception justifying why a result could not be produced
- Author:
- Jerome Dochez
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Result
-
Result
-
-
Method Details
-
isSuccess
public boolean isSuccess() -
isFailure
public boolean isFailure() -
result
-
exception
-