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 615328 2008-01-25 20:25:05Z tv $
- Author:
- Greg Ritter
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
getContext
Context getContext(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-2011 The Apache Software Foundation. All Rights Reserved.