INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
orcaicegrid::IceGridSession Class ReferenceCreates and maintains an IceGrid admin session. More...
Inherited by orcaicegrid::IceGridManager.
Detailed DescriptionCreates and maintains an IceGrid admin session. Member Enumeration DocumentationConstructor & Destructor Documentation
Constructor. The session will automatically register these observers the next time (and every time) session is created. Pass an null proxy in place of an observer which you don't want to register. References Disconnected. Member Function Documentation
Reimplement this to perform custom action right after a new session is created. Returns TRUE if successful. On FALSE the session is destroyed and another one is created. Reimplemented in orcaicegrid::IceGridManager.
Reimplement this to perform custom action right after a existing session was lost (intentionally or not). (No value is returned because nothing can be done if something does go wrong). Reimplemented in orcaicegrid::IceGridManager.
Set the observer proxies that receive notifications when the state of the registry or nodes changes. Calls the corresponding method of the Admin session. Catches the ObserverAlreadyRegisteredException exception. If the session has already been created, the observers are registered with the session. If the session does not exist, local variables are set and registration will happen the next time the session is created. The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)