3.7.3.3.6 Description
The TP Framework creates a Tobj::Tobj_Bootstrap
object as part of initialization; it is not necessary for the
application code to create any other
Tobj::Tobj_Bootstrap
objects in the server.
Caution: Because the TP Framework owns the
Tobj::Tobj_Bootstrap
object, server application code
must not dispose of the Bootstrap object.
Note:
If you are using the CORBA INS bootstrap mechanism and you are not using theSecurityCurrent
for security or TransactionCurrent
for transactions, you do not need to use the Bootstrap object.
Parent topic: TP::bootstrap()