Package org.apache.geronimo.corba.dii

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


    {
        return new NamedValueImpl(name, value, flags);
    }

    public org.omg.CORBA.ExceptionList create_exception_list() {
        return new ExceptionListImpl();
    }
View Full Code Here


      org.omg.CORBA.Any value, int flags) {
    return new NamedValueImpl(name, value, flags);
  }

  public org.omg.CORBA.ExceptionList create_exception_list() {
    return new ExceptionListImpl();
  }
View Full Code Here

TOP

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

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.