public static class VoDServiceActivator.ServiceActivationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VoDServiceActivator.ServiceActivationResult |
RESULT_OK |
Constructor and Description |
---|
ServiceActivationResult(boolean result,
int resultCode,
java.lang.String message) |
ServiceActivationResult(boolean result,
int resultCode,
java.lang.String message,
java.lang.Exception nestedException) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.Exception |
getNestedException() |
int |
getResultCode() |
boolean |
isResult() |
public static final VoDServiceActivator.ServiceActivationResult RESULT_OK