Package org.jboss.as.threads

Examples of org.jboss.as.threads.ThreadsExtension$ThreadsSubsystemDescribeHandler


* @author Brian Stansberry (c) 2011 Red Hat Inc.
*/
public class ThreadsSubsystemTestCase extends AbstractSubsystemBaseTest {

    public ThreadsSubsystemTestCase() {
        super(ThreadsExtension.SUBSYSTEM_NAME, new ThreadsExtension());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.threads.ThreadsExtension$ThreadsSubsystemDescribeHandler

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.