public class ObjectLocator<L>
extends org.springframework.jndi.JndiObjectLocator
Constructor and Description |
---|
ObjectLocator(Properties jndiEnvironment,
Class<L> lookupClass) |
Modifier and Type | Method and Description |
---|---|
L |
lookup(String jndiName) |
static <L> L |
lookup(String jndiName,
Properties jndiEnvironment,
Class<L> lookupClass)
Directly return a JNDI Object
|
afterPropertiesSet, getExpectedType, getJndiName, lookup, setExpectedType, setJndiName
convertJndiName, isResourceRef, lookup, setResourceRef
public ObjectLocator(Properties jndiEnvironment, Class<L> lookupClass)
public L lookup(String jndiName) throws NamingException
lookup
in class org.springframework.jndi.JndiLocatorSupport
NamingException
public static <L> L lookup(String jndiName, Properties jndiEnvironment, Class<L> lookupClass) throws NamingException
NamingException
Copyright © 2023 Frank!Framework. All rights reserved.