public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_interface_tc(
                 org.eclipse.persistence.sessions.remote.corba.sun
                     .CORBARemoteSessionControllerHelper.id(),
                 "CORBARemoteSessionController");
   }
   return __typeCode;
 }