Package org.jboss.as.domain.client.impl

Examples of org.jboss.as.domain.client.impl.DomainClientImpl$GetHostModelOperation


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

TOP

Related Classes of org.jboss.as.domain.client.impl.DomainClientImpl$GetHostModelOperation

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.