Context wrapper places itself between the object and the stub. |
MTS fully takes advantage of interceptor concept since context wrapper intercepts before every function call. |
Context wrapper object stores the state information about object and its creator (security credentials). Because of strong control on MTS Objects, MTS can postpone actual activation of an MTS object until the first function call is made on the object. |