| java.lang.Object org.ow2.easybeans.deployment.resolver.JNDIResolver
JNDIResolver | public class JNDIResolver (Code) | | Classes used to resolve JNDI Name for a given deployment.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name. |
JNDIResolver | public JNDIResolver()(Code) | | Constructor.
|
JNDIResolver | public JNDIResolver(Deployment deployment)(Code) | | Build a new resolver with the given deployment.
Parameters: deployment - given deployment object to use. |
addDeployment | public void addDeployment(Deployment deployment)(Code) | | Add a given deployment object to this resolver.
Parameters: deployment - to add to the resolver. |
addEjbJarAnnotationMetadata | public void addEjbJarAnnotationMetadata(EjbJarAnnotationMetadata ejbJarAnnotationMetadata, String ejbJarFileName)(Code) | | Adds the given metadata to the resolver.
Parameters: ejbJarAnnotationMetadata - the metadata for a given jar file Parameters: ejbJarFileName - the name of the jar file which contains the ejbs. |
getJndiNameInterface | public String getJndiNameInterface(String itf, String beanName)(Code) | | Gets jndi name for a given interface and a bean name.
Parameters: itf - the name of the interface. Parameters: beanName - the name of the bean. the jndi name or null if not found. |
toString | public String toString()(Code) | | string representation of this object |
|
|