|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.conflict.MessageElement
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private MessageType |
code
|
private Timestamp |
conflictTime
|
static long |
EXTERNALIZATION_VERSION_UID
|
private LocalizableMessage |
message
|
private WTCollection |
objectCollection
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
MessageElement()
|
Method Summary | |
MessageType |
getCode()
Gets the value of the attribute: code; This will identify the conflict or message of MessageType, an enumerated type. |
Timestamp |
getConflictTime()
Gets the value of the attribute: conflictTime; The time at which event causing this message has occurred. |
LocalizableMessage |
getMessage()
Gets the value of the attribute: message; This would be the localizable message associated with the object specific information. |
WTCollection |
getObjectCollection()
Gets the value of the attribute: objectCollection; A WTCollection implementation of Persistables. |
private void |
initialize(ConflictType conflictType,
ResolutionType[] allResolutions,
ResolutionType defaultResolution,
LocalizableMessage message)
|
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(MessageElement thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setCode(MessageType a_Code)
Sets the value of the attribute: code; This will identify the conflict or message of MessageType, an enumerated type. |
void |
setConflictTime(Timestamp a_ConflictTime)
Sets the value of the attribute: conflictTime; The time at which event causing this message has occurred. |
void |
setMessage(LocalizableMessage a_Message)
Sets the value of the attribute: message; This would be the localizable message associated with the object specific information. |
void |
setObjectCollection(WTCollection a_ObjectCollection)
Sets the value of the attribute: objectCollection; A WTCollection implementation of Persistables. |
String |
toString()
Creates String representation involving code, the objects involved and the time at which it is reported. |
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, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private MessageType code
private WTCollection objectCollection
private Timestamp conflictTime
private LocalizableMessage message
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public MessageElement()
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(MessageElement 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 MessageType getCode()
public void setCode(MessageType a_Code) throws WTPropertyVetoException
a_Code
-
WTPropertyVetoException
public WTCollection getObjectCollection()
public void setObjectCollection(WTCollection a_ObjectCollection) throws WTPropertyVetoException
a_ObjectCollection
-
WTPropertyVetoException
public Timestamp getConflictTime()
public void setConflictTime(Timestamp a_ConflictTime) throws WTPropertyVetoException
a_ConflictTime
-
WTPropertyVetoException
public LocalizableMessage getMessage()
public void setMessage(LocalizableMessage a_Message) throws WTPropertyVetoException
a_Message
-
WTPropertyVetoException
public String toString()
private void initialize(ConflictType conflictType, ResolutionType[] allResolutions, ResolutionType defaultResolution, LocalizableMessage message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |