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.
SessionJndiBindingPolicy Default session bean jndi naming policy
 



Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.