public class MOperationReply extends MOperation 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 | Constructor and Description |
---|---|
protected |
MOperationReply(MApp app,
java.lang.String operationClassName,
java.lang.String operationName) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
get()
Enumerate over the list of parameter values.
|
java.util.Enumeration |
getKeys()
Enumerate over the list of parameter names.
|
java.lang.Object |
getReturnValue() |
void |
setReturnValue(java.lang.Object returnValue) |
get, getClosure, getTrackingInfo, isNullData, set, setClosure, setNullData, setTrackingInfo, validateParameter
getClassDescription, getOperationDescription, retrieveClasssDescription, retrieveOperationDescription
protected MOperationReply(MApp app, java.lang.String operationClassName, java.lang.String operationName) throws MException
MException
public java.lang.Object getReturnValue() throws MException
MException
public void setReturnValue(java.lang.Object returnValue) throws MException
MException
public java.util.Enumeration getKeys()
MOperation
Enumeration.nextElement()
can be cast to String
.getKeys
in class MOperation
public java.util.Enumeration get()
MOperation
get
in class MOperation