Package org.omg.CORBA

Examples of org.omg.CORBA.NO_IMPLEMENT


   /*
    * @deprecated Deprecated by CORBA 2.3.
    */
   public TypeCode create_recursive_sequence_tc(int bound, int offset)
   {
      throw new NO_IMPLEMENT("deprecated by CORBA 2.3");
   }
View Full Code Here


  
   /* Methods not allowed on the singleton ORB: */

   public ExceptionList create_exception_list()
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
  
   public NVList create_list(int count)
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
  
   public NamedValue create_named_value(String name, Any value, int flags)
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
  
   public NVList create_operation_list(org.omg.CORBA.Object obj)
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
  
   public org.omg.CORBA.Object string_to_object(String str)
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }

   public Environment create_environment()
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
   public ContextList create_context_list()
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
  
   public org.omg.CORBA.portable.OutputStream create_output_stream()
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

   /*
    * @deprecated Deprecated by CORBA 2.3.
    */
   public Current get_current()
   {
      throw new NO_IMPLEMENT("The Singleton ORB only permits factory methods");
   }
View Full Code Here

TOP

Related Classes of org.omg.CORBA.NO_IMPLEMENT

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.