| org.springframework.jndi.JndiLocatorSupport org.springframework.jndi.support.SimpleJndiBeanFactory
SimpleJndiBeanFactory | public SimpleJndiBeanFactory()(Code) | | |
addShareableResource | public void addShareableResource(String shareableResource)(Code) | | Add the name of a shareable JNDI resource,
which this factory is allowed to cache once obtained.
Parameters: shareableResource - the JNDI name(typically within the "java:comp/env/" namespace) |
setShareableResources | public void setShareableResources(String[] shareableResources)(Code) | | Set a list of names of shareable JNDI resources,
which this factory is allowed to cache once obtained.
Parameters: shareableResources - the JNDI names(typically within the "java:comp/env/" namespace) |
Fields inherited from org.springframework.jndi.JndiLocatorSupport | final public static String CONTAINER_PREFIX(Code)(Java Doc)
|
|
|