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