summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/test.idl
blob: f7d88246a75a1ced4d1e9940a3bb1cd6c4f08b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// $Id$
//

interface Test
{
  void test_method (in short priority);
  // Takes target object priority in effect for this invocation.
  // Prints out object priority, priority bands in effect, and the
  // priority of the server thread servicing the request.  Checks that
  // object and server thread priorities match one of the
  // priority bands.

  oneway void shutdown ();
  // Shut down the ORB.
};