ICOMAdminCatalog2 interface (comadmin.h)
An extension of the ICOMAdminCatalog interface. The ICOMAdminCatalog2 methods are used to control the interactions of applications, components, and partitions. These methods enable developers to control application execution, to dump applications or partitions to disk, to move components between applications, and to move applications between partitions.
Inheritance
The ICOMAdminCatalog2 interface inherits from ICOMAdminCatalog. ICOMAdminCatalog2 also has these types of members:
Methods
The ICOMAdminCatalog2 interface has these methods.
ICOMAdminCatalog2::AliasComponent Creates an alias for an existing COM+ component. |
ICOMAdminCatalog2::AreApplicationInstancesPaused Determines whether any of the specified application instances (processes) are paused. |
ICOMAdminCatalog2::CopyApplications Copies the specified COM+ applications from one partition to another. |
ICOMAdminCatalog2::CopyComponents Copies the specified components from one partition to another. |
ICOMAdminCatalog2::CreateServiceForApplication Configures a COM+ application to run as a Windows service. |
ICOMAdminCatalog2::DeleteServiceForApplication Deletes the Windows service associated with the specified COM+ application. |
ICOMAdminCatalog2::DumpApplicationInstance Creates a dump file containing an image of the state of the specified application instance (process). |
ICOMAdminCatalog2::ExportPartition Exports a partition to a file. |
ICOMAdminCatalog2::FlushPartitionCache Empties the cache that maps users to their default partitions. |
ICOMAdminCatalog2::get_CurrentPartitionID Retrieves the identifier for the current partition. |
ICOMAdminCatalog2::get_CurrentPartitionName Retrieves the name of the current partition. |
ICOMAdminCatalog2::get_GlobalPartitionID Retrieves the identifier for the global partition. |
ICOMAdminCatalog2::get_Is64BitCatalogServer Indicates whether the currently connected catalog server is a 64-bit computer. |
ICOMAdminCatalog2::get_IsApplicationInstanceDumpSupported Indicates whether the software required for application instance dumps is installed. |
ICOMAdminCatalog2::GetApplicationInstanceIDFromProcessID Retrieves the application instance identifier for the specified process identifier. |
ICOMAdminCatalog2::GetCollectionByQuery2 Retrieves a collection of items in the COM+ catalog that satisfy the specified set of query keys. |
ICOMAdminCatalog2::GetComponentVersionCount Retrieves the number of partitions in which a specified component is installed. |
ICOMAdminCatalog2::GetPartitionID Retrieves the partition identifier for the specified COM+ application. |
ICOMAdminCatalog2::GetPartitionName Retrieves the name of the specified COM+ application. |
ICOMAdminCatalog2::ImportComponents Imports the specified components that are already registered into an application. |
ICOMAdminCatalog2::ImportUnconfiguredComponents Imports the specified classes into a COM+ application as unconfigured components. |
ICOMAdminCatalog2::InstallPartition Imports a partition from a file. |
ICOMAdminCatalog2::IsSafeToDelete Determines whether the specified DLL is in use by the COM+ catalog or the registry. |
ICOMAdminCatalog2::MoveComponents Moves the specified components from one application to another. |
ICOMAdminCatalog2::PauseApplicationInstances Pauses the specified application server processes. |
ICOMAdminCatalog2::PromoteUnconfiguredComponents Promotes the specified classes from unconfigured components to configured components. |
ICOMAdminCatalog2::put_CurrentPartition Sets the current destination partition. |
ICOMAdminCatalog2::QueryApplicationFile2 Retrieves information about an application that is about to be installed. |
ICOMAdminCatalog2::RecycleApplicationInstances Recycles (shuts down and restarts) the specified application server processes. |
ICOMAdminCatalog2::ResumeApplicationInstances Resumes the specified application server processes. |
ICOMAdminCatalog2::ShutdownApplicationInstances Initiates shutdown of the specified application server processes. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | comadmin.h |