Examples of AlternateIIOPComponent


Examples of org.apache.geronimo.corba.ior.AlternateIIOPComponent

        boolean add_default_profile = true;

        for (int i = 0; i < profile.getComponentCount(); i++) {
            switch (profile.getTag(i)) {
                case TAG_ALTERNATE_IIOP_ADDRESS.value:
                    AlternateIIOPComponent aiiopc = (AlternateIIOPComponent) profile
                            .getComponent(i);
                    try {
                        addProfile(profs, profile, aiiopc.getInetTransport());
                    }
                    catch (UnknownHostException e) {
                        // ignore -- we don't know this host //
                    }
                    break;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.