Version: 8.3.0
SALOMEDS::GenObjRegister Class Reference
Inheritance diagram for SALOMEDS::GenObjRegister:

Public Member Functions

 GenObjRegister (CORBA::ORB_ptr orb)
 
virtual void RegisterGenObj (const std::string &theIOR)
 
virtual void UnRegisterGenObj (const std::string &theIOR)
 
virtual bool addSO_Notification (const SALOMEDSImpl_SObject &theSObject)
 
virtual bool removeSO_Notification (const SALOMEDSImpl_SObject &theSObject)
 
virtual bool modifySO_Notification (const SALOMEDSImpl_SObject &theSObject, int reason)
 
virtual bool modifyNB_Notification (const char *theVarName)
 

Private Attributes

CORBA::ORB_var _orb
 

Constructor & Destructor Documentation

SALOMEDS::GenObjRegister::GenObjRegister ( CORBA::ORB_ptr  orb)

References _orb.

Member Function Documentation

virtual bool SALOMEDSImpl_AbstractCallback::addSO_Notification ( const SALOMEDSImpl_SObject theSObject)
virtualinherited
virtual bool SALOMEDSImpl_AbstractCallback::modifyNB_Notification ( const char theVarName)
virtualinherited
virtual bool SALOMEDSImpl_AbstractCallback::modifySO_Notification ( const SALOMEDSImpl_SObject theSObject,
int  reason 
)
virtualinherited
virtual void SALOMEDS::GenObjRegister::RegisterGenObj ( const std::string &  theIOR)
virtual

Reimplemented from SALOMEDSImpl_AbstractCallback.

References _orb.

virtual bool SALOMEDSImpl_AbstractCallback::removeSO_Notification ( const SALOMEDSImpl_SObject theSObject)
virtualinherited
virtual void SALOMEDS::GenObjRegister::UnRegisterGenObj ( const std::string &  theIOR)
virtual

Reimplemented from SALOMEDSImpl_AbstractCallback.

References _orb.

Field Documentation

CORBA::ORB_var SALOMEDS::GenObjRegister::_orb
private