com.lonniepryor.blues.cfg
Interface Directory
- All Known Implementing Classes:
- Context
- public interface Directory
Defines the configuration api's access to services.
- Version:
- $Revision: 1.1 $
- Author:
- Lonnie Pryor
Method Summary |
java.lang.Object |
lookupService(java.lang.String relativeServiceName)
Finds the service with the supplied name. |
lookupService
public java.lang.Object lookupService(java.lang.String relativeServiceName)
- Finds the service with the supplied name.
- Parameters:
relativeServiceName
- The name of the service relative to the
configuration element accessing it.
- Returns:
- The requested service instnace.
Copyright © 2003 Blues Framework. All Rights Reserved.