Package org.jacorb.test

Examples of org.jacorb.test.UnionDefaultCharType


   public void testUnionDefaultChar()
   {
      String msg;
      int compCount = -1;
      char discVal = '\u0000';
      UnionDefaultCharType type;
      boolean hasNoActiveMember = true;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynAny disc = null;
      org.omg.DynamicAny.DynUnion dynAny = null;

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

      // test activating the default member
View Full Code Here


    public void testUnionDefaultChar()
   {
      String msg;
      int compCount = -1;
      char discVal = '\u0000';
      UnionDefaultCharType type;
      boolean hasNoActiveMember = true;
      org.omg.CORBA.Any any = null;
      org.omg.DynamicAny.DynAny disc = null;
      org.omg.DynamicAny.DynUnion dynAny = null;

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

      // test activating the default member
View Full Code Here

TOP

Related Classes of org.jacorb.test.UnionDefaultCharType

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.