Package org.cafesip.jiplet.jboss.config.jip

Examples of org.cafesip.jiplet.jboss.config.jip.EnvEntry


        }

        Iterator i = jbossJip.getEnvEntry().iterator();
        while (i.hasNext() == true)
        {
            EnvEntry env = (EnvEntry) i.next();
            if (env.getEnvEntryName().equals(envName) == true)
            {
                String jndi = env.getJndiName();
                if (jndi == null)
                {
                    return envName;
                }
View Full Code Here

TOP

Related Classes of org.cafesip.jiplet.jboss.config.jip.EnvEntry

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.