|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.idm.util.progress.info.StatusInfo
public class StatusInfo
StatusInfo represents status information about the operation whose progress is being reported.
Field Summary | |
---|---|
static java.lang.String |
ERROR |
static java.lang.String |
OK |
static java.lang.String |
PING |
static java.lang.String |
TIMEOUT |
static java.lang.String |
TRANSITION_FAILURE |
static java.lang.String |
TRANSITION_REQUEST_FAILURE |
static java.lang.String |
TRANSITION_REQUEST_SUCCESS |
static java.lang.String |
TRANSITION_SUCCESS |
static int |
UNKNOWN UNKNOWN has a value of -1 and indicates unknown error or warning totals. |
static java.lang.String |
WARNING |
Constructor Summary | |
---|---|
StatusInfo(java.lang.String current) Creates StatusInfo. |
Method Summary | |
---|---|
java.lang.Object |
clone() Clones StatusInfo. |
java.lang.String |
getCurrent() Getter for the current property. |
int |
getErrorTotal() Getter for the error total property. |
int |
getWarningTotal() Getter for the warning total property. |
void |
setCurrent(java.lang.String current) Setter for the current property. |
void |
setErrorTotal(int errorTotal) Setter for the error total property. |
void |
setWarningTotal(int warningTotal) Setter for the warning total property. |
java.lang.String |
toString() Returns a string representation of StatusInfo. |
void |
xprint(XmlPrintWriter out) Prints statusInfo properties to the PrintWriter as an XML element. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OK
public static final java.lang.String PING
public static final java.lang.String ERROR
public static final java.lang.String WARNING
public static final java.lang.String TIMEOUT
public static final java.lang.String TRANSITION_SUCCESS
public static final java.lang.String TRANSITION_FAILURE
public static final java.lang.String TRANSITION_REQUEST_SUCCESS
public static final java.lang.String TRANSITION_REQUEST_FAILURE
public static final int UNKNOWN
Constructor Detail |
---|
public StatusInfo(java.lang.String current)
current
- String representation of the current status.Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getCurrent()
public void setCurrent(java.lang.String current)
current
- String representation of the current status.public int getErrorTotal()
public void setErrorTotal(int errorTotal)
errorTotal
- int representation of the error total.public int getWarningTotal()
public void setWarningTotal(int warningTotal)
warningTotal
- int representation of the warning total.public void xprint(XmlPrintWriter out)
xprint
in interface XmlPrintable
out
- PrintWriter for printing statusInfo propeties.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |