LOCATION_FORWARD | A reply status flag, indicating, that the object has
moved (temporary or permanently) to another location.
|
SUCCESSFUL | A reply status flag, indicating, that the remote method
has been called and returned without exception.
|
SYSTEM_EXCEPTION | A reply status flag, indicating, that the
SystemException
has been thrown while calling or from inside the remote method.
|
TRANSPORT_RETRY | A reply status, indicating the necessity of the transport retry.
|
USER_EXCEPTION | A reply status flag, indicating, that the
UserException
has been thrown from inside the remote method.
|