maxStreamFormatVersion = ORBUtility.getMaxStreamFormatVersion();
this.maxStreamFormatVersion = maxStreamFormatVersion;
super(is, gv) ; maxStreamFormatVersion = is.read_octet();
return SERVICE_CONTEXT_ID;
return maxStreamFormatVersion;
return "MaxStreamFormatVersionServiceContext[" + maxStreamFormatVersion + "]";
os.write_octet(maxStreamFormatVersion);