This method checks a class for compatibility with the specified major and minor version numbers. Not generally overridden.
Note: For backward compatibility, this method does not take an Environment parameter.
SOMClass receiver;
long majorVersion;
long minorVersion;
boolean rc;
rc = somCheckVersion(receiver, majorVersion,
minorVersion);