summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/README
blob: 5c8153c6672daff79250d3ee425dfa6221a14d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# $Id$
#

This test is designed to excercise the connection cache related code
in a complex pluggable protocol such as SSLIOP.

An object reference is sent to the target as an "in" parameter.  The
target then uses that object reference to invoke a callback method on
an object residing at the client.

If the secure connection is not cached properly, then it will not be
possible to invoke the callback method on the client.