Package org.jboss.metadata.ejb.jboss.jndipolicy.plugins

Class Summary
BasicJndiBindingPolicy A basic implementation of DefaultJndiBindingPolicy that uses a base jndi name and generates the following from that: getDefaultLocalHomeJndiName : baseJndiName + "/" + KnownInterfaces.LOCAL_HOME getDefaultLocalJndiName : baseJndiName + "/" + KnownInterfaces.LOCAL getDefaultRemoteHomeJndiName : baseJndiName + "/" + KnownInterfaces.HOME getDefaultRemoteJndiName : baseJndiName + "/" + KnownInterfaces.REMOTE getJndiName : baseJndiName getJndiName(String iface) : baseJndiName + "/" + iface (if iface is not in KnownInterfaces)
EjbNameJndiBindingPolicy A default jndi policy based on the ejb name.
JbossEntityPolicyDecorator JbossEntityPolicyDecorator Decorate a JBossEntityBeanMetaData with the ability to resolve JNDI Names based on a specified JNDI Binding Policy, so any getter of a JNDI name will never return null.
JBossServicePolicyDecorator JBossServicePolicyDecorator
JBossSessionPolicyDecorator<T extends JBossSessionBeanMetaData> JBossSessionPolicyDecorator Decorate a JBossSessionBeanMetaData with the ability to resolve JNDI Names based on a specified JNDI Binding Policy, so any getter of a JNDI name will never return null.
SessionJndiBindingPolicy Default session bean jndi naming policy
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.