Author: sgoeschl
Date: Tue Jul  8 13:57:04 2008
New Revision: 674950

URL: http://svn.apache.org/viewvc?rev=674950&view=rev
Log:
Implemented improved service lookup for components managing their own services

Modified:
    
turbine/fulcrum/trunk/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceConstants.java

Modified: 
turbine/fulcrum/trunk/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceConstants.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceConstants.java?rev=674950&r1=674949&r2=674950&view=diff
==============================================================================
--- 
turbine/fulcrum/trunk/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceConstants.java
 (original)
+++ 
turbine/fulcrum/trunk/yaafi/src/java/org/apache/fulcrum/yaafi/framework/container/ServiceConstants.java
 Tue Jul  8 13:57:04 2008
@@ -60,7 +60,7 @@
     /** property to lookup the decryption handling */
     String COMPONENT_ISENCRYPTED_KEY = "isEncrypted";
 
-    /** property to lookup the  lcoation */
+    /** property to lookup the location */
     String COMPONENT_LOCATION_KEY = "location";
 
     /** property to lookup the usage of dynamic proxies */
@@ -75,6 +75,12 @@
     /** property to lookup the reconfigurationDelay */
     String RECONFIGURATION_DELAY_KEY = "reconfigurationDelay";
 
+    /** property to lookup a list of service managers */
+    String SERVICEMANAGER_LIST_KEY = "serviceManagers";
+
+    /** property to lookup a single  service managers */
+    String SERVICEMANAGER_KEY = "serviceManager";
+
     /////////////////////////////////////////////////////////////////////////
     // Default values for YAAFI configuration files
     /////////////////////////////////////////////////////////////////////////


Reply via email to