|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.handlers.netmarkets.NmFeedbackSpec
In reality this class embeds a DefaultFeedbackSpec object.
This FeedbackSpec is used to send feedback for an in-progress update.
Supported API: false
Extendable: false
Field Summary | |
private boolean |
allDone
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static String |
KILL_ME
|
private String |
latestMessage
|
private List |
msgList
|
private Exception |
nme
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String |
title
|
private static boolean |
VERBOSE
|
Constructor Summary | |
NmFeedbackSpec()
|
Method Summary | |
void |
addMessage(String msg)
Supported API: false |
String[] |
getAllMessages()
Returns all messages in the spec. |
String[] |
getAllMessages(boolean lifoFlag)
Returns all messages in the spec. |
Exception |
getException()
|
String |
getLatesMessage()
Supported API: false |
String[] |
getRecentMessages(int msgCount)
Returns the last msgCount messages. |
String[] |
getRecentMessages(int msgCount,
boolean lifoFlag)
Returns the last msgCount messages. |
String |
getTitle()
Gets the value of the attribute: title. |
boolean |
isAllDone()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmFeedbackSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setException(Exception e)
|
void |
setTitle(String a_Title)
Sets the value of the attribute: title. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private volatile List msgList
private String title
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private String latestMessage
private Exception nme
private static final boolean VERBOSE
private boolean allDone
private static final String KILL_ME
Constructor Detail |
public NmFeedbackSpec()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmFeedbackSpec thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getTitle()
public void setTitle(String a_Title)
a_Title
- public String[] getAllMessages()
public String[] getAllMessages(boolean lifoFlag)
lifoFlag
-
public String getLatesMessage()
public String[] getRecentMessages(int msgCount)
msgCount
-
public void addMessage(String msg)
msg
- public boolean isAllDone()
public String[] getRecentMessages(int msgCount, boolean lifoFlag)
msgCount
- lifoFlag
-
public Exception getException()
public void setException(Exception e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |