com.ibm.wsspi.sca.metadata

Interface EjbImportBinding

All Superinterfaces:
ImportBinding

  1. public interface EjbImportBinding
  2. extends ImportBinding
Interface that represent the EJB binding information on a SCA import.
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getJndiName()
Method returns the JNDI name of the EJB import binding.
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding
getBindingType

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getJndiName

  1. java.lang.String getJndiName()
Method returns the JNDI name of the EJB import binding.
Returns:
String JNDI name of the EJB import binding.