Vcl.CmAdmCtl.TCOMAdminCatalog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.OleServer.TOleServerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCOMAdminCatalog

Delphi

TCOMAdminCatalog = class(TOleServer)

C++

class PASCALIMPLEMENTATION TCOMAdminCatalog : public Vcl::Oleserver::TOleServer

Properties

Type Visibility Source Unit Parent
class public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl Vcl.CmAdmCtl

Description

TCOMAdminCatalog allows an application to act as an Automation controller for the COM+ administration tool.

Use TCOMAdminCatalog to automate the administration of COM+ applications and services. TCOMAdminCatalog lets you read and write information that is stored on the COM+ catalog, which holds all COM+ configuration data. TCOMAdminCatalog implements the ICOMAdminCatalog interface, to let you

Access collections on the catalog.

Install COM+ applications and components.

Start and stop services.

Connect to and administer remote servers.

Use the Connect method to access the COMAdminCatalog server. You can then use the methods of TCOMAdminCatalog to send commands that administer COM+ applications on this or another machine.

See Also