org.apache.turbine.services.naming
Interface NamingService
- All Superinterfaces:
- Initable, Service
- All Known Implementing Classes:
- TurbineNamingService
- public interface NamingService
- extends Service
Implementations of the NamingService interface provide JNDI naming
contexts.
- Version:
- $Id: NamingService.java 264148 2005-08-29 14:21:04Z henning $
- Author:
- Greg Ritter
Method Summary |
javax.naming.Context |
getContext(java.lang.String name)
Return the Context with the specified name. |
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
getContext
public javax.naming.Context getContext(java.lang.String name)
- Return the Context with the specified name.
- Parameters:
name
- The name of the context.
- Returns:
- The context with the specified name, or null if no context
exists with that name.
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.