Package org.apache.geronimo.corba.dii

Examples of org.apache.geronimo.corba.dii.NamedValueImpl


    }

    public org.omg.CORBA.NamedValue create_named_value(String name,
                                                       org.omg.CORBA.Any value, int flags)
    {
        return new NamedValueImpl(name, value, flags);
    }
View Full Code Here


  protected AbstractORB() {
  }

  public org.omg.CORBA.NamedValue create_named_value(String name,
      org.omg.CORBA.Any value, int flags) {
    return new NamedValueImpl(name, value, flags);
  }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.corba.dii.NamedValueImpl

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.