/**
  * Return the i_Trace TypeCode
  *
  * @return a TypeCode
  */
 public static org.omg.CORBA.TypeCode type() {
   if (_tc == null) {
     org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
     _tc = orb.create_interface_tc(id(), "i_Trace");
   }
   return _tc;
 }
Example #2
0
  public static org.omg.CORBA.TypeCode type() {
    if (typeCode_ == null) {
      org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
      typeCode_ = orb.create_interface_tc(id(), "Retry");
    }

    return typeCode_;
  }