Package org.jboss.as.naming.subsystem

Examples of org.jboss.as.naming.subsystem.NamingExtension


* @author <a href="kabir.khan@jboss.com">Kabir Khan</a>
*/
public class NamingSubsystemTestCase extends AbstractSubsystemBaseTest {

    public NamingSubsystemTestCase() {
        super(NamingExtension.SUBSYSTEM_NAME, new NamingExtension());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.naming.subsystem.NamingExtension

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.