Package org.jboss.as.standalone.client.impl

Examples of org.jboss.as.standalone.client.impl.StandaloneClientImpl$CheckUnitDeploymentNameOperation


         * @param address The remote address to connect to
         * @param port The remote port
         * @return A domain client
         */
        public static StandaloneClient create(final InetAddress address, int port) {
            return new StandaloneClientImpl(address, port);
        }
View Full Code Here

TOP

Related Classes of org.jboss.as.standalone.client.impl.StandaloneClientImpl$CheckUnitDeploymentNameOperation

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.