Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > pOid

pOid

Before making this call, the application must assign the correct class number (obtained by direct inquiries to the schema definition objects) to the classId field of the pOid parameter. Exclusive subobjects are created automatically.

Shared references to other objects from this object are the responsibility of your application and must be created by your application.

Any constructor method specified for this class of object is automatically executed. (For details, see "Using Constructors and Destructors", in Chapter 4 of the JADE Development Environment User’s Guide.)

If the left-most bit of the classId field of the pOid parameter is on, a transient instance of the object is created; otherwise, a persistent object instance is created (that is, when the bit is set to off).