Package org.ops4j.pax.exam.container.remote.options

Examples of org.ops4j.pax.exam.container.remote.options.RBCPortOption


     *            port where the rbc server is listening at
     *
     * @return port option
     */
    public static RBCPortOption location(String host, final Integer port) {
        return new RBCPortOption(host, port);
    }
View Full Code Here

TOP

Related Classes of org.ops4j.pax.exam.container.remote.options.RBCPortOption

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.