Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / Callback / README
blobe4d75f644a87949b35e2bee4edbeff8b8a4fdc58
3 This test is designed to excercise the connection cache related code
4 in a complex pluggable protocol such as SSLIOP.
6 An object reference is sent to the target as an "in" parameter.  The
7 target then uses that object reference to invoke a callback method on
8 an object residing at the client.
10 If the secure connection is not cached properly, then it will not be
11 possible to invoke the callback method on the client.