Package org.apache.geronimo.corba.dii

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


  public Object string_to_object(String str) {
    return urlManager.createObject(str);
  }

  public NVList create_list(int count) {
    return new NVListImpl(this, count);
  }
View Full Code Here

TOP

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

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.