public class MClientReply extends MOperationReply implements MOperationConstants
m_operationInstance, m_trackingInfo, m_userClosure
m_app, m_classDescription, m_operationClassName, m_operationDescription, m_operationName
OPERATION_CLOSURE_TAG, OPERATION_EXCEPTIONDATA_TAG, OPERATION_EXCEPTIONNAME_TAG, OPERATION_HASEXCEPTION_TAG, OPERATION_REQUEST_TAG, OPERATION_RETURNVALUE_TAG, OPERATION_USERCLOSURE_TAG
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExceptionData()
Return the exception data.
|
java.lang.String |
getExceptionName()
Return the exception name.
|
java.lang.Object |
getReturnValue()
Return the value of the operation invocation.
|
boolean |
hasException()
Determine whether the operation invocation was successful.
|
void |
set(java.lang.String attributeName) |
get, getKeys, setReturnValue
get, getClosure, getTrackingInfo, isNullData, set, setClosure, setNullData, setTrackingInfo, validateParameter
getClassDescription, getOperationDescription, retrieveClasssDescription, retrieveOperationDescription
public void set(java.lang.String attributeName) throws MException
MException
public boolean hasException()
public java.lang.String getExceptionName()
null
if there is no exception.public java.lang.Object getExceptionData()
null
if there is no exception.public java.lang.Object getReturnValue()
getReturnValue
in class MOperationReply