IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface EjbImportBinding

All Superinterfaces:
ImportBinding

public interface EjbImportBinding
extends ImportBinding

Interface that represent the EJB binding information on a SCA import.

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 import binding.
 
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding
getBindingType
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getJndiName

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

Returns:
String JNDI name of the EJB import binding.

IBM WebSphere Application ServerTM
Release 8