java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.interpreter.ExecutionResult |
Class Overview
An object representing the result of execution of an action, including a type integer (return
code) and a message string.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
CODE_ERROR
Constant Value:
-1
(0xffffffff)
public
static
final
int
CODE_NOT_IMPLEMENTED
Constant Value:
-3
(0xfffffffd)
public
static
final
int
CODE_NOT_SUPPORTED
Constant Value:
-2
(0xfffffffe)
public
static
final
int
CODE_SUCCESS
Constant Value:
0
(0x00000000)
Fields
Public Methods
public
boolean
equals
(Object obj)
public
String
getMessage
()
public
boolean
isError
()
public
boolean
isSuccess
()
public
String
toString
()