The classification of object implementation of CORBA object life cycle

Source: Internet
Author: User

We have discussed the different lifecycle events of the servo object and the CORBA object and the different ways of binding between the Servo object and the CORBA object, and now we study the classification of CORBA object from the application point of view. This will help us focus on application issues in the following discussion of the BOA and PoA orb object lifecycle.

1. Servo objects and states

The first classification is related to the state of the servo object. Basically, we can divide two kinds of completely different servo objects: Stateless servo object and stateful servo object.

2. Non-State servo object

Stateless servo objects are not associated with the state of any particular application in memory. This does not mean that a CORBA object implemented by a servo object must be stateless. For example, the state of a CORBA object can reside in the database and be accessed by the servo object to execute the request. In this case, the servo object is like a transient capsule (capsule), which delegates the incoming CORBA request to the database server by executing the SQL statement.

3. Stateful Servo Object

A stateful servo object is associated with the state of a particular application and can be accessed by the I-L operation implemented by the Servo object.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.