| 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) |