org.jboss.ejb3.jndipolicy
Interface DefaultJndiBindingPolicy


public interface DefaultJndiBindingPolicy

Defines the contract required for implementations of a default JNDI binding policy

Version:
$Revision: $
Author:
ALR

Method Summary
 String getDefaultLocalHomeJndiName(Ejb3DeploymentSummary summary)
           
 String getDefaultLocalJndiName(Ejb3DeploymentSummary summary)
           
 String getDefaultRemoteHomeJndiName(Ejb3DeploymentSummary summary)
           
 String getDefaultRemoteJndiName(Ejb3DeploymentSummary summary)
           
 String getJndiName(Ejb3DeploymentSummary summary)
          Returns the JNDI name that should be assigned to this deployment based on the information contained in the specified summary
 

Method Detail

getJndiName

String getJndiName(Ejb3DeploymentSummary summary)
Returns the JNDI name that should be assigned to this deployment based on the information contained in the specified summary

Parameters:
summary -
Returns:

getDefaultRemoteJndiName

String getDefaultRemoteJndiName(Ejb3DeploymentSummary summary)

getDefaultRemoteHomeJndiName

String getDefaultRemoteHomeJndiName(Ejb3DeploymentSummary summary)

getDefaultLocalHomeJndiName

String getDefaultLocalHomeJndiName(Ejb3DeploymentSummary summary)

getDefaultLocalJndiName

String getDefaultLocalJndiName(Ejb3DeploymentSummary summary)


Copyright © 2008 JBoss Inc.. All Rights Reserved.