Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


PortableServer::LifespanPolicy

Synopsis

Specifies the life span of objects to the create_POA operation.

Description

Objects with the LifespanPolicy interface are obtained using the POA::create_lifespan_policy operation and are passed to the POA::create_POA operation to specify the life span of the objects implemented in the created POA. The following values can be supplied:

If no LifespanPolicy object is passed to create_POA, the lifespan policy defaults to TRANSIENT.

Note: This function is supported only for a joint client/server.

Exceptions

None.

 

Skip navigation bar  Back to Top Previous Next