Package org.jacorb.test

Examples of org.jacorb.test.UnionNoDefaultBooleanType


   public void testUnionNoDefaultBoolean()
   {
      String msg;
      int compCount = -1;
      boolean discVal = false;
      UnionNoDefaultBooleanType type;
      boolean hasNoActiveMember = false;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynUnion dynAny = null;
      org.omg.DynamicAny.DynAny disc = null;

      type = new UnionNoDefaultBooleanType ();
      type.win (10);
      any = orb.create_any ();
      UnionNoDefaultBooleanTypeHelper.insert (any, type);
      dynAny = createDynAnyFromAny (any);

      // test deactivating the active member
View Full Code Here


    public void testUnionNoDefaultBoolean()
   {
      String msg;
      int compCount = -1;
      boolean discVal = false;
      UnionNoDefaultBooleanType type;
      boolean hasNoActiveMember = false;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynUnion dynAny = null;
      org.omg.DynamicAny.DynAny disc = null;

      type = new UnionNoDefaultBooleanType ();
      type.win (10);
      any = orb.create_any ();
      UnionNoDefaultBooleanTypeHelper.insert (any, type);
      dynAny = createDynAnyFromAny (any);

      // test deactivating the active member
View Full Code Here

TOP

Related Classes of org.jacorb.test.UnionNoDefaultBooleanType

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.