IlsOrbixMvProcess
 
IlsOrbixMvProcess
Category 
Dynamic view-related class (Rogue Wave Views integration)
Inheritance Path 
IlsCorbaMvProcess
IlsOrbixMvProcess
Description 
This class implements an Orbix process.
Library 
<mvcorba>
Header File 
#include <ilserver/mvcorba/omvproc.h>
Synopsis 
class IlsOrbixMvProcess : public IlsCorbaMvProcess
{
public:
static IlsBoolean Initialize(int& argc, char** argv);
virtual IlsBoolean processRequest(IlsTime* timeOut);
};
Member Functions 
[static] IlsBoolean Initialize(int& argc, char** argv);
This static member function initializes the Orbix process.
[virtual] IlsBoolean processRequest(IlsTime* timeOut);
This virtual member function overrides the function IlsMvProcess::processRequest and calls the function CORBA::Orbix.processNextEvent by catching the exceptions CORBA::SystemException. It processes one request and returns IlsTrue. If timeOut is non null and no request was received during the specified lapse of time, this function returns IlsFalse.
See Also 
IlsMvProcess

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.