|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.soap2.ConcurrentUpdateFailure
public class ConcurrentUpdateFailure
Constructor Summary | |
---|---|
ConcurrentUpdateFailure()
|
|
ConcurrentUpdateFailure(ConcurrentUpdateSource source,
int serverUpdateIndex,
int requestUpdateIndex)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getRequestUpdateIndex()
Gets the requestUpdateIndex value for this ConcurrentUpdateFailure. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getServerUpdateIndex()
Gets the serverUpdateIndex value for this ConcurrentUpdateFailure. |
ConcurrentUpdateSource |
getSource()
Gets the source value for this ConcurrentUpdateFailure. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setRequestUpdateIndex(int requestUpdateIndex)
Sets the requestUpdateIndex value for this ConcurrentUpdateFailure. |
void |
setServerUpdateIndex(int serverUpdateIndex)
Sets the serverUpdateIndex value for this ConcurrentUpdateFailure. |
void |
setSource(ConcurrentUpdateSource source)
Sets the source value for this ConcurrentUpdateFailure. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConcurrentUpdateFailure()
public ConcurrentUpdateFailure(ConcurrentUpdateSource source, int serverUpdateIndex, int requestUpdateIndex)
Method Detail |
---|
public ConcurrentUpdateSource getSource()
public void setSource(ConcurrentUpdateSource source)
source
- * The class in which the concurrent update was detected,
useful where an update would effect more than one object, such
as the
JobCustomerBean updatepublic int getServerUpdateIndex()
public void setServerUpdateIndex(int serverUpdateIndex)
serverUpdateIndex
- public int getRequestUpdateIndex()
public void setRequestUpdateIndex(int requestUpdateIndex)
requestUpdateIndex
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |