|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.client.ActionStatusEntry
public class ActionStatusEntry
ActionStatusEntry represents the status of an entry from a batch method. It includes the path of the item as well as
a code indicating the outcome. The code is in the format info.ok
or error.fileLocked
. The first part identifying
the general outcome and the latter indicates if and why the action occurred.
Constructor Summary | |
---|---|
ActionStatusEntry(String path,
String messageCode)
Constructor |
Method Summary | |
---|---|
String |
getMessageCode()
Gets the code containing status and message information. |
String |
getPath()
Gets the path of the entry |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionStatusEntry(String path, String messageCode)
path
- Path of the entrymessageCode
- Code containing status and message info. The code is in the format info.ok
or
error.fileLocked
. The first part identifies the general outcome and the latter indicates if and why
the action occurred.Method Detail |
---|
public String getPath()
public String getMessageCode()
info.ok
or
error.fileLocked
. The first part identifies the general outcome and the latter indicates if and why the action
occurred. Use this code to look up descriptive status messages here
ActionStatus.getEntryMessage(String)
.
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |