org.springframework.beans.factory.access
Class SimpleJndiBeanFactoryLocator

Direct Known Subclasses:
JndiBeanFactoryLocator

public class SimpleJndiBeanFactoryLocator
implements BeanFactoryLocator

Author:
Rod Johnson, colin sampaleanu
Version: $Revision: 1.2 $

Field Summary
 final static StringBEAN_FACTORY_PATH_DELIMITERS
          Any number of these characters are considered delimiters between multiple bean factory paths in a single-String value.

Method Summary
 BeanFactoryReferenceuseFactory(String factoryKey)
          Load/use a bean factory, as specified by a factoryKey which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.

Field Detail

BEAN_FACTORY_PATH_DELIMITERS

public final static String BEAN_FACTORY_PATH_DELIMITERS
Any number of these characters are considered delimiters between multiple bean factory paths in a single-String value.
Method Detail

useFactory

public BeanFactoryReference useFactory(String factoryKey)
throws BootstrapException
Load/use a bean factory, as specified by a factoryKey which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath.

Association Links

to Class java.lang.String

Any number of these characters are considered delimiters between multiple bean factory paths in a single-String value.