The IRemoteShortObject interface manipulates the value of a Java short variable. See the IRemoteXXXXObject interface for details.
A Java short variable can be represented as a C or C++ typedef as follows:
typedef short int JAVA_SHORT;