| java.lang.Object org.ow2.easybeans.injection.JNDILookupHelper
JNDILookupHelper | final public class JNDILookupHelper (Code) | | Helper class for injecting a JNDI Name in the bean.
author: Florent Benoit |
Inner Class :public enum JndiType | |
Method Summary | |
public static Object | getCompJndiName(String name) Gets a JNDI name object in java:comp/.
Parameters: name - the name of the object to lookup. | public static Object | getEnvJndiName(String name) Gets a JNDI name object in java:comp/env/.
Parameters: name - the name of the object to lookup. | public static Object | getJndiName(String name) Gets a JNDI name object.
Parameters: name - the name of the object to lookup. |
getCompJndiName | public static Object getCompJndiName(String name)(Code) | | Gets a JNDI name object in java:comp/.
Parameters: name - the name of the object to lookup. object found for the given JNDI name, else null. |
getEnvJndiName | public static Object getEnvJndiName(String name)(Code) | | Gets a JNDI name object in java:comp/env/.
Parameters: name - the name of the object to lookup. object found for the given JNDI name, else null. |
getJndiName | public static Object getJndiName(String name)(Code) | | Gets a JNDI name object.
Parameters: name - the name of the object to lookup. object found for the given JNDI name, else null. |
|
|