|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Errors | |
---|---|
com.genesyslab.platform.management.protocol.solutioncontrolserver | |
com.genesyslab.platform.management.protocol.solutioncontrolserver.events |
Uses of Errors in com.genesyslab.platform.management.protocol.solutioncontrolserver |
---|
Fields in com.genesyslab.platform.management.protocol.solutioncontrolserver declared as Errors | |
---|---|
static Errors |
Errors.AlreadyInProgress
|
static Errors |
Errors.ApplicationAlreadyExists
|
static Errors |
Errors.ApplicationHostConflict
|
static Errors |
Errors.ApplicationNotReady
|
static Errors |
Errors.ApplicationNotStarted
|
static Errors |
Errors.ApplicationNotStopped
|
static Errors |
Errors.DeamonNotStarted
|
static Errors |
Errors.HotBackupLimitations
|
static Errors |
Errors.IncorrectClientCode
|
static Errors |
Errors.InternalError
|
static Errors |
Errors.NotImplemented
|
static Errors |
Errors.ObjectNotFound
|
static Errors |
Errors.OperatingSystemError
|
static Errors |
Errors.UnableToExecute
|
static Errors |
Errors.Undefined
|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver that return Errors | |
---|---|
static Errors |
Errors.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static Errors |
Errors.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver that return types with arguments of type Errors | |
---|---|
static java.util.Collection<Errors> |
Errors.values()
Returns all values of the enumeration. |
Uses of Errors in com.genesyslab.platform.management.protocol.solutioncontrolserver.events |
---|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.events that return Errors | |
---|---|
abstract Errors |
EventError.getErrorCode()
Error code. |
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver.events with parameters of type Errors | |
---|---|
static EventError |
EventError.create(java.lang.Integer client,
Errors errorCode,
ControlObjectType controlObjectType,
java.lang.Integer controlObjectId,
java.lang.String description)
Creates instance of EventError with all parameters set. |
abstract void |
EventError.setErrorCode(Errors errorCode)
Error code. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |