Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcess Class |
Implements any Rogue Wave Server process, whether a component or a
server process.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
The MvProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowMultipleConnections |
Gets and sets whether this process can instanciate more than one
MvComponent per connection to a specific server.
| |
| IsInitialized |
Indicates if the process has been initialized.
| |
| Singleton |
Gets the MvProcess singleton.
|
| Name | Description | |
|---|---|---|
| DoConnect |
Handles the connection and open views required by the command
line, if applicable.
| |
| Initialization |
Initializes a stand-alone component.
| |
| Initialize |
Initializes a stand-alone component.
| |
| LocalInitialize |
Invoked by Initialization(String).
| |
| ProcessRequest |
Called by Run(Int32, Int32) to execute a
request issued by a component.
| |
| Run |
Implements the default event loop by calling
the ProcessRequest(Int32) member function.
| |
| Stop |
This static function stops the Run event loop.
|
This class is used as the base class for the
implementation of distributed Server process classes.