com.compoze.ejb
Interface IInitialContextFactory
- public interface IInitialContextFactory
Classes that implement this interface can create an
InitialContext
.
createInitialContext
public javax.naming.InitialContext createInitialContext(ILocator locator,
RuntimeProperties runtimeProperties)
throws javax.naming.NamingException
- Creates an initial context.
- Parameters:
locator
- the locatorruntimeProperties
- the runtime properties for configuring
initial context creation- Returns:
- the new initial context
- Throws:
javax.naming.NamingException
- if a naming exception occurred
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.