MvComponentFactory Class |
Namespace: RW.Server.Component
The MvComponentFactory type exposes the following members.
Name | Description | |
---|---|---|
MvComponentFactory |
Initializes a new MvComponentFactory instance.
|
Name | Description | |
---|---|---|
Instanciate |
Called by the Instanciate function on the
class singleton to create a new instance of an
MvComponent class or of
a derived class.
| |
NewInstance |
Creates a new MvComponent instance.
|
Name | Description | |
---|---|---|
HostName |
Gets the name of the local host.
| |
InetId |
Gets the IP address of the local host.
| |
ProcessId |
Gets the process id.
| |
Singleton |
Gets and sets the component factory.
| |
UserId |
Gets the user integer identifier.
| |
UserInfo |
Gets user information data.
| |
UserName |
Gets the user name.
|
Any component of a dynamic view server is implemented by an instance of the MvComponent type or of one of its subtypes. Such an instance is automatically created on the component side each time this process connects to a dynamic view server. By subclassing MvComponentFactory and overriding the NewInstance method, you can create your own subtype of MvComponent.