Package org.apache.geronimo.corba.dii

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


        illegalSingletonOperation();
        return null;
    }

    public org.omg.CORBA.Environment create_environment() {
        return new EnvironmentImpl();
    }
View Full Code Here


  public org.omg.CORBA.ExceptionList create_exception_list() {
    return new ExceptionListImpl();
  }

  public org.omg.CORBA.Environment create_environment() {
    return new EnvironmentImpl();
  }
View Full Code Here

TOP

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

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.