All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.plexus.naming.Naming Maven / Gradle / Ivy

The newest version!
package org.codehaus.plexus.naming;

import javax.naming.Context;
import javax.naming.NamingException;

/**
 * A naming component for establishing a JNDI tree. This is useful to load-on-start in your plexus
 * applications.
 *
 * @author Brett Porter
 */
public interface Naming
{
    String ROLE = Naming.class.getName();

    Context createInitialContext()
        throws NamingException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy