Package tactic

Examples of tactic.TacticServerStub.ping()


        System.out.println( server.get_server_api_version() );
        System.out.println( "----" );

        // test ping
        System.out.println( "Test ping" );
        System.out.println( server.ping() );
        System.out.println( "----" );

    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.