com.ibm.wsspi.sca.metadata
Interface EjbExportBinding
- All Superinterfaces:
- ExportBinding
public interface EjbExportBinding
- extends ExportBinding
Interface that represent the EJB binding information on a SCA export.
- Since:
- 7.5.1.0
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getJndiName()
Method returns the JNDI name of the EJB export binding. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getJndiName
java.lang.String getJndiName()
- Method returns the JNDI name of the EJB export binding.
- Returns:
- String
JNDI name of the EJB export binding.