2 This test intents to show the usage and the expected behavior of the
3 Transport Current framework. The topology is the same as in the basic
4 Hello test: a client invokes a method on the server and then shuts it
5 down and exits. The special features of the test is that it attempts
6 to obtain Transport Traits information, using the Transport Current.
8 There are four basic contexts in which a Transport information can be
9 requested, by definition:
11 * on the client side, outside client-side interceptor;
12 * client side, inside an interceptor;
13 * server side, inside an up-call;
14 * server side, inside an interceptor;
16 The test implements the client and the server side interceptors that
17 simply call a test method when invoked. A simple interception count
18 serves to validate the expected behavior.
20 By default, the client and server will each have only one thread. Use
21 "-t N" parameter to override that. The "-n N" client-side parameter
22 determines how many times a particular client thread will call the
23 server. The default is 1.