Lifecycle - I
MTS defines four states in the lifecycle of any MTS object: creation, activation, deactivation, and destruction.
Creation refers that the context wrapper object is created.
Activation refers that the object kept in the context wrapper is realy activated and running.
Deactivation refers the state that the object is released from memory but the context wrapper is still available.
Destruction refers that the context wrapper for the object is also released.