|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicensingServiceResult
The interface which represents result of Licensing Service operations
| Nested Class Summary | |
|---|---|
static interface |
LicensingServiceResult.LicenseResult
The interface which represents result of getLicense(...) operation |
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_MESSAGE
|
static java.lang.String |
PROPERTY_RESULT
|
static java.lang.String |
PROPERTY_TICKET
|
static int |
RESULT_ERROR
Specifies that operation failed due to business logic reasons. |
static int |
RESULT_LICENSE_REVOKED
Specifies that license lock revocation has been requested by administrator |
static int |
RESULT_OK
Specifies that operation succeeded |
static int |
RESULT_SESSION_EXPIRED
Specifies that license session is expired |
static int |
RESULT_SYSTEM_ERROR
Specifies that operation failed due to unexpected system error. |
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message text associated with the result |
int |
getResult()
Returns result code of the operation as one of RESULT_ constants |
java.lang.String |
getTicket()
Returns ticket value unique identifies a licensing session for acquired license lock |
| Field Detail |
|---|
static final int RESULT_OK
static final int RESULT_ERROR
static final int RESULT_SYSTEM_ERROR
static final int RESULT_LICENSE_REVOKED
static final int RESULT_SESSION_EXPIRED
static final java.lang.String PROPERTY_RESULT
static final java.lang.String PROPERTY_TICKET
static final java.lang.String PROPERTY_MESSAGE
| Method Detail |
|---|
java.lang.String getMessage()
int getResult()
RESULT_ constants
java.lang.String getTicket()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||