#include <SALOMEDS_UseCaseIterator_i.hxx>
Public Member Functions | |
SALOMEDS_UseCaseIterator_i (const SALOMEDSImpl_UseCaseIterator &theImpl, CORBA::ORB_ptr) | |
standard constructor More... | |
~SALOMEDS_UseCaseIterator_i () | |
standard destructor More... | |
virtual void | Init (CORBA::Boolean) |
Function :Init. More... | |
virtual CORBA::Boolean | More () |
Function : More. More... | |
virtual void | Next () |
Function : Next. More... | |
virtual SALOMEDS::SObject_ptr | Value () |
Function : Purpose : More... | |
virtual PortableServer::POA_ptr | _default_POA () |
Get default POA for the servant object. More... | |
virtual void | Register () |
Increment reference counter. More... | |
virtual void | UnRegister () |
Decrement reference counter. More... | |
virtual void | Destroy () |
Decrement reference counter. More... | |
Protected Attributes | |
PortableServer::POA_var | myPOA |
int | myRefCounter |
Private Attributes | |
CORBA::ORB_var | _orb |
SALOMEDSImpl_UseCaseIterator * | _impl |
SALOMEDS_UseCaseIterator_i::SALOMEDS_UseCaseIterator_i | ( | const SALOMEDSImpl_UseCaseIterator & | theImpl, |
CORBA::ORB_ptr | orb | ||
) |
standard constructor
Function : constructor Purpose :
References _impl, _orb, and SALOMEDSImpl_UseCaseIterator::GetPersistentCopy().
SALOMEDS_UseCaseIterator_i::~SALOMEDS_UseCaseIterator_i | ( | ) |
|
virtualinherited |
Get default POA for the servant object.
This function is implicitly called from "_this()" function. Default POA can be set via the constructor.
References SALOME::GenericObj_i::myPOA.
|
virtualinherited |
Decrement reference counter.
References MESSAGE, and SALOME::GenericObj_i::UnRegister().
|
virtual |
Function :Init.
References _impl, SALOMEDSImpl_UseCaseIterator::Init(), and SALOMEDS::lock().
|
virtual |
Function : More.
References _impl, SALOMEDS::lock(), and SALOMEDSImpl_UseCaseIterator::More().
|
virtual |
Function : Next.
References _impl, SALOMEDS::lock(), and SALOMEDSImpl_UseCaseIterator::Next().
|
virtualinherited |
Increment reference counter.
References IS_OBJ_IN_QUESTION, MESSAGE, MYDEBUG, and SALOME::GenericObj_i::myRefCounter.
|
virtualinherited |
Decrement reference counter.
As soon as reference counter goes to zero, the object is automatically deactivated.
References IS_OBJ_IN_QUESTION, MESSAGE, MYDEBUG, SALOME::GenericObj_i::myPOA, and SALOME::GenericObj_i::myRefCounter.
Referenced by SALOME::GenericObj_i::Destroy().
|
virtual |
Function : Purpose :
References _impl, _orb, SALOMEDS::lock(), SALOMEDS_SObject_i::New(), and SALOMEDSImpl_UseCaseIterator::Value().
|
private |
Referenced by Init(), More(), Next(), SALOMEDS_UseCaseIterator_i(), Value(), and ~SALOMEDS_UseCaseIterator_i().
|
private |
Referenced by SALOMEDS_UseCaseIterator_i(), and Value().
|
protectedinherited |
|
protectedinherited |
Referenced by SALOME::GenericObj_i::Register(), and SALOME::GenericObj_i::UnRegister().