Click or drag to resize
MvProcess Class
Implements any Rogue Wave Server process, whether a component or a server process.
Inheritance Hierarchy

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public abstract class MvProcess

The MvProcess type exposes the following members.

Constructors
  NameDescription
Protected methodMvProcess
Initializes a new MvProcess instance.
Top
Methods
  NameDescription
Public methodDoConnect
Handles the connection and open views required by the command line, if applicable.
Protected methodInitialization
Initializes a stand-alone component.
Public methodStatic memberInitialize
Initializes a stand-alone component.
Protected methodLocalInitialize
Public methodProcessRequest
Called by Run(Int32, Int32) to execute a request issued by a component.
Public methodStatic memberRun
Implements the default event loop by calling the ProcessRequest(Int32) member function.
Public methodStatic memberStop
This static function stops the Run event loop.
Top
Properties
  NameDescription
Public propertyStatic memberAllowMultipleConnections
Gets and sets whether this process can instanciate more than one MvComponent per connection to a specific server.
Public propertyStatic memberIsInitialized
Indicates if the process has been initialized.
Public propertyStatic memberSingleton
Gets the MvProcess singleton.
Top
Remarks
This class is used as the base class for the implementation of distributed Server process classes.
See Also