Class implementing default Gateway-oriented Visitor behaviour for
introspecting incoming PDU to be relayed further to SUT in the form
of CORBA request/response.
Abstract class defining skeleton interface for performing adaptation of
CORBA NVList introspection capabilities to requirements posed by TTCN
Tester introspection.
Defines whether an exceptional situation happened during invocation
which requires to immediately raise CORBA::UNKNOWN exception for
all requests associated with this object.
The field is introduced here to prevent situation when Client will
be fantastically fast in finding out presence of a newly-created
Universal Servant and will attempt to invoke its operations too
early.
The relationship between two objects set by this method means that
"contained" is encapsulated into "container", thus "container"
content is incomplete unless all its "contained" values are properly
updated.
The relation between two objects set by this method means that
"dependent" has been created from "origin" by content, not by
reference, that is, contents of "origin" has been copied to
"dependent".
Exception thrown by Visitor in case PDU is sent through registered PCO,
but this PCO does not represent Client object as it should in the context
of current invocation.
Exception thrown by Visitor in case PDU is sent through registered PCO,
but this PCO does not represent Server object as it should in the context
of current invocation.