Ejemplo n.º 1
0
 /**
  * Write RMB into a marshalled stream
  *
  * @param ostream the output stream
  */
 public void _write(org.omg.CORBA.portable.OutputStream ostream) {
   RMBHelper.write(ostream, value);
 }
Ejemplo n.º 2
0
 /**
  * Return the RMB TypeCode
  *
  * @return a TypeCode
  */
 public org.omg.CORBA.TypeCode _type() {
   return RMBHelper.type();
 }
Ejemplo n.º 3
0
 /**
  * Read RMB from a marshalled stream
  *
  * @param istream the input stream
  */
 public void _read(org.omg.CORBA.portable.InputStream istream) {
   value = RMBHelper.read(istream);
 }