Compoze Software, Inc.

com.compoze.ejb
Interface IInitialContextFactory


public interface IInitialContextFactory

Classes that implement this interface can create an InitialContext.


Method Summary
 javax.naming.InitialContext createInitialContext(ILocator locator, RuntimeProperties runtimeProperties)
          Creates an initial context.
 

Method Detail

createInitialContext


public javax.naming.InitialContext createInitialContext(ILocator locator,
                                                        RuntimeProperties runtimeProperties)
                                                 throws javax.naming.NamingException
Creates an initial context.
Parameters:
locator - the locator
runtimeProperties - the runtime properties for configuring initial context creation
Returns:
the new initial context
Throws:
javax.naming.NamingException - if a naming exception occurred

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.