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

eap7.eap4and5.tests.data.java.JNDIMap Maven / Gradle / Ivy

The newest version!
import org.jboss.system.ServiceMBeanSupport;

public class JNDIMap extends ServiceMBeanSupport implements JNDIMapMBean
{
    private String jndiName;

    public String getJndiName()
    {
        return jndiName;
    }

    public void setJndiName(String jndiName) throws NamingException 
    {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy