CVS log for pegasus/src/Pegasus/ProviderManager2/Attic/ProviderManagerService.h

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.40 , Wed Aug 23 18:47:45 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, HPUX_TEST, HEAD
Changes since 1.39: +0 -0 lines
FILE REMOVED
BUG#: 5425
TITLE: Split ProviderManagerService from ProviderManager2
DESCRIPTION: Move the ProviderManagerService from the ProviderManager2 directory to a new ProviderManagerService directory.

Revision 1.39 / (view) - annotate - [select for diffs] , Wed Aug 9 20:13:00 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.38 / (view) - annotate - [select for diffs] , Tue Aug 8 16:47:13 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.37: +1 -0 lines
Diff to previous 1.37
BUG#: 5351
TITLE: Inconsistent interpretation of boolean type configuration values
DESCRIPTION: Use a case-insensitive interpretation for all boolean configuration values.

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Aug 4 18:05:59 2006 UTC (17 years, 10 months ago) by marek
Branch: MAIN
Changes since 1.36: +40 -0 lines
Diff to previous 1.36
BUG#:5278
TITLE: zOS - update security hooks in OpenPegasus code base

DESCRIPTION:

Revision 1.36.2.1 / (view) - annotate - [select for diffs] , Thu Jul 27 22:12:06 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 to next main 1.37
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Jul 11 17:39:35 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.35: +4 -3 lines
Diff to previous 1.35
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.35.2.1 / (view) - annotate - [select for diffs] , Thu Jun 29 16:33:27 2006 UTC (18 years ago) by mike
Branch: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.35: +4 -3 lines
Diff to previous 1.35 to next main 1.36
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.35 / (view) - annotate - [select for diffs] , Mon Jun 19 19:47:39 2006 UTC (18 years ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT
Branch point for: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
BUG#: 5139
TITLE: Static linking for Linux.

DESCRIPTION: This patch allows the option of building several of the libraries statically to reduce footprint.

Revision 1.31.2.2 / (view) - annotate - [select for diffs] , Tue May 23 17:23:40 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.31.2.1: +9 -2 lines
Diff to previous 1.31.2.1 to branch point 1.31 to next main 1.32
BUG#: 5051
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

Revision 1.34 / (view) - annotate - [select for diffs] , Fri May 19 16:38:18 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: MAIN
CVS Tags: TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
BUG#: 5065
TITLE: Nightly Build failure in RHEL4 U2 in TestOOPModuleFailure test case

DESCRIPTION: Modified ProviderRegistrationManager::updateProviderModuleStatus to hold the provider registration table lock while getting the current OperationalStatus property value, before updating the OperationalStatus property, thus avoiding problems caused by using a stale value of the OperationalStatus.  The code that looks up the provider module in the provider registration table, and gets the Operational Status from the module instance in the table, was consolidated into a new private method ProviderRegistrationManager::_getProviderModuleStatus, since it is now needed by both ProviderRegistrationManager::updateProviderModuleStatus and ProviderRegistrationManager::getProviderModuleStatus.  The Stopping status was modified to not replace the existing status, but be appended to the status array, to qualify the status.  In that way, if the disable fails, the previous status is not lost.

Revision 1.33 / (view) - annotate - [select for diffs] , Tue May 9 18:09:36 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: MAIN
Changes since 1.32: +7 -0 lines
Diff to previous 1.32
BUG#: 4906
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

Revision 1.30.10.2 / (view) - annotate - [select for diffs] , Tue Mar 7 18:45:57 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.30.10.1: +2 -2 lines
Diff to previous 1.30.10.1 to branch point 1.30 to next main 1.31
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.31.2.1 / (view) - annotate - [select for diffs] , Tue Feb 28 19:53:30 2006 UTC (18 years, 4 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
BUG#: 4830
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.32 / (view) - annotate - [select for diffs] , Fri Feb 24 19:16:28 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
BUG#: 4814
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.30.10.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:12:57 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.30: +3 -1 lines
Diff to previous 1.30
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

Revision 1.31 / (view) - annotate - [select for diffs] , Mon Jan 30 16:18:01 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.30: +3 -1 lines
Diff to previous 1.30
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

Revision 1.30 / (view) - annotate - [select for diffs] , Mon Feb 28 14:49:51 2005 UTC (19 years, 4 months ago) by konrad.r
Branch: MAIN
CVS Tags: STABLE, RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, PEP214ROOT, PEP214BRANCH, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, PEG25_IBM_5_16_05, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.29: +0 -1 lines
Diff to previous 1.29
BUG#: 2698
TITLE: ProviderManagerService declares CMPIProviderManager as a friend

DESCRIPTION:

Revision 1.29 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:26 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.28: +3 -1 lines
Diff to previous 1.28
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.28 / (view) - annotate - [select for diffs] , Wed Feb 2 19:15:58 2005 UTC (19 years, 4 months ago) by konrad.r
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.27: +3 -0 lines
Diff to previous 1.27
PEP#: 205
TITLE: First checking of CMPI CQL support.

DESCRIPTION:

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Jan 26 23:09:09 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +22 -28 lines
Diff to previous 1.26
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Add support for the PG_ProviderModule UserContext property.

Revision 1.26 / (view) - annotate - [select for diffs] , Mon Oct 25 17:26:00 2004 UTC (19 years, 8 months ago) by brian.campbell
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
PEP#: 140
TITLE: HTTP chunked transfer encoding support/phase 2
DESCRIPTION: see title

Revision 1.25 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:01 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, IBM_241_April1405
Changes since 1.24: +7 -5 lines
Diff to previous 1.24
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Jul 28 10:31:23 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
BUG#: 1478
TITLE: Warning on Pegasus::ProviderManagerService::handleCimOperation
DESCRIPTION:
Removed the empty throw() clause and added the documentation to indicate
that the method shouldn't throw an exception.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Jun 29 22:42:54 2004 UTC (20 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.22: +0 -3 lines
Diff to previous 1.22
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Remove the ProviderManagerService::_getProviderIdContainer() method.  This method was added to allow provider lookup to be done in the ProviderManagerService rather than in the ProviderManagers.  However, the need was obviated by the PEP 135 changes that add a ProviderIdContainer to the requests in the CIMOperationRequestDispatcher.

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Jun 29 16:24:02 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.21: +1 -3 lines
Diff to previous 1.21
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Remove public access to the ProviderManagerService's CIMRepository member.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Jun 16 11:45:55 2004 UTC (20 years ago) by schuur
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20
PEP#: 130
TITLE: Remote CMPI support

DESCRIPTION: Base code for Remote CMPI

Revision 1.20 / (view) - annotate - [select for diffs] , Fri Jun 4 01:23:58 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.19: +11 -1 lines
Diff to previous 1.19
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION:

Added a hasActiveProviders() method to the ProviderManager and ProviderManagerRouter classes.  This method indicates whether the specified entity has any providers loaded/initialized.  The Out-of-Process Provider feature can use this method to determine whether any providers are active in an agent process so that the agent process can be terminated when it is idle.

The existing unloadIdleProviders() method was also reworked.  In the previous implementation, the ProviderManager implementations allocated a thread from the MessageQueueService to unload idle providers.  This was changed so that the ProviderManagerService allocates the thread instead before calling a ProviderManager's unloadIdleProviders method.  The previous implementation assumed that a MessageQueueService had been constructed in the process with the ProviderManagers.  This assumption is incorrect in the Out-of-Process Provider implementation.

Revision 1.19 / (view) - annotate - [select for diffs] , Thu May 27 22:47:10 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Remove CIMRepository dependency from the CMPI and JMPI Provider Managers.  (The Provider Managers will be used in Provider Agent processes, which do not have access to the repository.)  The repository had been required only to retrieve the query string from the CIM_IndicationFilter instance on a CreateSubscription operation.  The query string has been added to the CIMCreateSubscriptionRequestMessage and CIMModifySubscriptionRequestMessage classes to meet this need.

Revision 1.18 / (view) - annotate - [select for diffs] , Tue May 18 22:58:41 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.17: +9 -10 lines
Diff to previous 1.17
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION:

Move some of the functionality of the ProviderManagerService into a new ProviderManagerRouter module.  The ProviderManagerRouter is an abstract class, with a BasicProviderManagerRouter subclass implementing in-process provider support.  Out-of-Process Provider functionality will be encapsulated in a separate OOPProviderManagerRouter class.

This change also adds a callback function for indication delivery, rather than having the EnableIndicationsResponseHandler interact directly with the MessageQueueService.  The callback approach more clearly delineates the functions of the ProviderManagerService and the ProviderManagers, and facilitates the generation of indications by Out-of-Process Providers.

ProviderManagers are now loaded on demand, rather than automatically at start-up time.  This change will reduce the footprint of Provider Agent Processes.

Revision 1.17 / (view) - annotate - [select for diffs] , Mon May 17 22:42:58 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.16: +18 -5 lines
Diff to previous 1.16
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Centralize provider lookup in the ProviderManagerService to avoid redundant lookups and to restrict access to the ProviderRegistrationManager to the server-side components (for out-of-process provider support).

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Apr 15 21:45:06 2004 UTC (20 years, 2 months ago) by dj.gorey
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
BUG#: 1372
TITLE: TestDisableEnable2 fails at line 166

DESCRIPTION: back off code changes

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Apr 13 16:55:15 2004 UTC (20 years, 2 months ago) by dj.gorey
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
BUG#: 1308
TITLE: cimserver hangs on request to provider

DESCRIPTION: fixes 1301 also, to remove second provider lookup

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Apr 8 13:09:43 2004 UTC (20 years, 2 months ago) by schuur
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
BUG#: 1306
TITLE: Idle provider unload disbabeled in ProviderManager2

DESCRIPTION: reset IDLE time to 300

Revision 1.8.2.5 / (view) - annotate - [select for diffs] , Thu Apr 8 13:06:11 2004 UTC (20 years, 2 months ago) by schuur
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.8.2.4: +1 -1 lines
Diff to previous 1.8.2.4 to branch point 1.8 to next main 1.9
BUG#: 1306
TITLE: Idle provider unload disbabeled in ProviderManager2

DESCRIPTION: reset IDLE time to 300

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Mar 31 15:13:11 2004 UTC (20 years, 3 months ago) by schuur
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
BUG#: 1306
TITLE: Idle provider unload disbabeled in ProviderManager2

DESCRIPTION: Retrofitted from 2.3.2 to 2.4

Revision 1.12 / (view) - annotate - [select for diffs] , Wed Mar 24 17:51:01 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.11: +0 -3 lines
Diff to previous 1.11
BUG#: 1308
BRANCH: Trunk
TITLE: cimserver hangs on request to provider

DESCRIPTION: Roll back to the previous versions of these files.

Revision 1.8.2.4 / (view) - annotate - [select for diffs] , Wed Mar 24 00:50:34 2004 UTC (20 years, 3 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.8.2.3: +2 -0 lines
Diff to previous 1.8.2.3 to branch point 1.8
BUG#: 1306
BRANCH: RELEASE_2_3_2-branch
TITLE: Idle provider unload disbabeled in ProviderManager2
DESCRIPTION: unload_idle_providers function in ProviderManagerService.cpp completed

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Mar 23 15:51:32 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
BUG#:1301
BRANCH: Trunk
TITLE:CMPI has a second provider lookup

DESCRIPTION: CMPI has a second provider lookup by changing the interface by adding a parm.

Revision 1.8.2.3 / (view) - annotate - [select for diffs] , Wed Mar 10 14:19:29 2004 UTC (20 years, 3 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.8.2.2: +1 -0 lines
Diff to previous 1.8.2.2 to branch point 1.8
Retrofitted fixes for 1164, 1232 and 1259 from 2.4 for 2.3.2

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Mar 3 13:06:05 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
Fixed bugzilla 1232 for 2.4

Revision 1.7.2.1 / (view) - annotate - [select for diffs] , Tue Mar 2 21:34:42 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_1-branch
Changes since 1.7: +10 -4 lines
Diff to previous 1.7 to next main 1.8
Fixing 1242 - Resyncing with 2.4 PPM/CMPI fix level

Revision 1.8.2.2 / (view) - annotate - [select for diffs] , Tue Mar 2 19:43:41 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.8.2.1: +10 -4 lines
Diff to previous 1.8.2.1 to branch point 1.8
Bugzilla 1241 - Retrofitting all 2.4 PPM/CMPI fixes up to 1233

Revision 1.8.2.1 / (view) - annotate - [select for diffs] , Thu Feb 19 16:31:32 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Bugzilla 1197 for 2.3.2

 Modified Files:
  Tag: RELEASE_2_3_2-branch
 	ProviderManagerService.cpp ProviderManagerService.h
 	ProviderRegistrar.cpp ProviderRegistrar.h
 	CMPI/CMPIProvider.cpp CMPI/CMPIProviderManager.cpp
 	CMPI/CMPIProviderManager.h Default/DefaultProviderManager.cpp
 	Default/DefaultProviderManager.h

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Feb 4 22:58:21 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.8: +8 -2 lines
Diff to previous 1.8
Fixed Bugzilla 1169 and 1175
Completed CMPI Indication support
Added CMPI ProcessIndication sample

 ----------------------------------------------------------------------
 Modified Files:
 	ProviderManager2/ProviderManager.cpp
 	ProviderManager2/ProviderManager.h
 	ProviderManager2/ProviderManagerService.cpp
 	ProviderManager2/ProviderManagerService.h
 	ProviderManager2/ProviderRegistrar.cpp
 	ProviderManager2/ProviderRegistrar.h
 	ProviderManager2/ProviderType.cpp
 	ProviderManager2/ProviderType.h
 	ProviderManager2/CMPI/CMPIProviderManager.cpp
 	ProviderManager2/CMPI/CMPIProviderManager.h
 	ProviderManager2/CMPI/CMPIProviderModule.cpp
 	ProviderManager2/CMPI/CMPI_Broker.cpp
 	ProviderManager2/CMPI/CMPI_ContextArgs.cpp
 	ProviderManager2/Default/DefaultProviderManager.cpp
 	ProviderManager2/Default/DefaultProviderManager.h
 	Server/CIMServer.cpp Server/CIMServer.h
 Added Files:
 	ProviderManager2/CMPI/samples/ProcessIndication/CMPI_RT_Sample.c
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateFilter01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateHandler01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateSubscription01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteFilter01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteHandler01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteSubscription01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/Makefile
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_Sample.mof
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_SampleR.mof
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_delSubscribe.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_subscribe.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_trigger.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/SendTestIndication.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/readme
 ----------------------------------------------------------------------

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Jan 12 10:09:23 2004 UTC (20 years, 5 months ago) by schuur
Branch: MAIN
CVS Tags: RELEASE_2_3_2-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Fix for bugzilla 1131 - PPM now compiles for Windows
 Modified Files:

Revision 1.7 / (view) - annotate - [select for diffs] , Wed Nov 12 13:19:19 2003 UTC (20 years, 7 months ago) by schuur
Branch: MAIN
CVS Tags: local, RELEASE_2_3_1-root
Branch point for: RELEASE_2_3_1-branch
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Requesite modifications to PPM for PEP #102
File: ProviderManagerService.cpp
File: ProviderManagerService.h
File: ProviderName.cpp
File: ProviderRegistrar.cpp

Revision 1.6 / (view) - annotate - [select for diffs] , Fri Oct 31 14:43:40 2003 UTC (20 years, 8 months ago) by schuur
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
bugzilla 979

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Oct 30 23:14:15 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Bug 812

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:12 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.3: +6 -4 lines
Diff to previous 1.3
PEP 55 Update license on source files to current license text and date

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Oct 16 22:07:55 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Bug # 768

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Sep 3 17:47:17 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Bug # 501

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Aug 18 03:25:57 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
PPM implementation (PEP86) pass 1

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2