Java Client API Reference 6.0.2.61

com.ssaglobal.bde
Interface IBdeMessageReference


public interface IBdeMessageReference

An element contains a reference to the exact location of the error. It can contain a serialized XML describing identifying the error in detail.
The contents of this object are is free and entirely up to the implementation of the BDE.


Method Summary
 java.lang.String getMessageReferenceInfo()
          The MessagereferenceType could contain an XML tree specifying the exact instance (in a serialized format), which can be used to redo the operation using the de-serialized XML tree.
 java.lang.String getMessageReferenceType()
          Explains exactly what the reference actually specifies.
 

Method Detail

getMessageReferenceInfo

public java.lang.String getMessageReferenceInfo()
                                         throws BdeException
The MessagereferenceType could contain an XML tree specifying the exact instance (in a serialized format), which can be used to redo the operation using the de-serialized XML tree.
Returns:
Message reference info.

getMessageReferenceType

public java.lang.String getMessageReferenceType()
                                         throws BdeException
Explains exactly what the reference actually specifies. It could contain for example the text 'Entity', in which case the corresponding getMessageReferenceInfo() contains the entire instance of the BDE serialized to XML. It could also contain 'Reference', in which case the messageReferenceInfo contains only the elements that form together the identifying attribute that refers to the failing object.
Returns:
Message reference type.

Java Client API Reference 6.0.2.61

Visit the SSA Global website for more information.