public abstract class SynchroElement
extends java.lang.Object
Constructor and Description |
---|
SynchroElement() |
Modifier and Type | Method and Description |
---|---|
abstract SynchroAction[] |
getAssociatedActions()
In case of errors, this method return the possible corrective actions to
do
|
abstract java.lang.String |
getMessage()
Localized message on the synchronization
|
abstract int |
getStatus()
Status of the synchro element
|
public static final int MESSAGE
public static final int ERROR
public abstract int getStatus()
public abstract java.lang.String getMessage()
public abstract SynchroAction[] getAssociatedActions()