[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sun Dec 4 17:53:44 CST 2011
branch "master" has been updated
via 805907d78323c80802f17e1929ba1051bf2e1276 (commit)
from d30be6ad2e0df0dce54107fcb38fb3a073372c7c (commit)
Summary of changes:
.../Core/Discovery/ServiceLocatorIf.ice | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 805907d78323c80802f17e1929ba1051bf2e1276
Author: Joshua Colp <jcolp at digium.com>
Date: Sun Dec 4 19:47:13 2011 -0400
Add facet for Service Locator Management interface and category for IceStorm topic manager. (issue ASTSCF-317)
diff --git a/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice b/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
index e8d5f8a..4874c9d 100644
--- a/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
+++ b/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
@@ -51,6 +51,16 @@ module V1
exception CompareNotFound { };
/**
+ * Category name used to find the built-in IceStorm topic manager service.
+ */
+ const string TopicManagerCategory = "TopicManager";
+
+ /**
+ * Facet used to retrieve the management interface using a locator proxy.
+ */
+ const string ServiceLocatorManagementFacet = "management";
+
+ /**
* Generic service locator parameters class that more specific parameter classes can extend.
* These parameters are used to register a service with the ServiceLocator, and to
* locate (i.e. query) the service.
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list