|
TAO_PortableServer 4.0.0
|
#include <LifespanStrategyTransient.h>


Public Member Functions | |
| LifespanStrategyTransient () | |
| void | notify_startup () override |
| void | notify_shutdown () override |
| char | key_type () const |
| CORBA::Boolean | is_persistent () const override |
| Do we have set persistent or not,. | |
| CORBA::ULong | key_length () const override |
| void | create_key (CORBA::Octet *buffer, CORBA::ULong &starting_at) override |
| bool | validate (CORBA::Boolean is_persistent, const TAO::Portable_Server::Temporary_Creation_Time &creation_time) const override |
| Validate whether this matches the set lifespan strategy. | |
| void | check_state () override |
| Check the state of the POA. | |
| bool | use_imr () const override |
| CORBA::Object_ptr | imr_key_to_object (const TAO::ObjectKey &key, const char *type_id) const override |
Public Member Functions inherited from TAO::Portable_Server::LifespanStrategy | |
| LifespanStrategy ()=default | |
| virtual | ~LifespanStrategy ()=default |
| virtual void | strategy_init (TAO_Root_POA *poa) |
| virtual void | strategy_cleanup () |
| void | create (const char *name, const TAO::ObjectKey &key) |
| bool | validate (TAO::ObjectKey_var &key) |
| CORBA::ULong | key_type_length () const |
Private Attributes | |
| TAO::Portable_Server::Creation_Time const | creation_time_ |
Additional Inherited Members | |
Protected Attributes inherited from TAO::Portable_Server::LifespanStrategy | |
| TAO_Root_POA * | poa_ {} |
| TAO::Portable_Server::LifespanStrategyTransient::LifespanStrategyTransient | ( | ) |
|
overridevirtual |
Check the state of the POA.
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Do we have set persistent or not,.
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Returns the length of the key type
Implements TAO::Portable_Server::LifespanStrategy.
| char TAO::Portable_Server::LifespanStrategyTransient::key_type | ( | ) | const |
|
overridevirtual |
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Implements TAO::Portable_Server::LifespanStrategy.
|
overridevirtual |
Validate whether this matches the set lifespan strategy.
Implements TAO::Portable_Server::LifespanStrategy.
|
private |