2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.ejb
Interface EJBImplementation
- All Superinterfaces:
- Base, ComponentType, Implementation
public interface EJBImplementation
- extends Implementation
The model representing an EJB implementation in an SCA assembly model.
Method Summary |
java.lang.String |
getEJBLink()
Returns the EJB link URI. |
void |
setEJBLink(java.lang.String ejbLink)
Sets the EJB link URI. |
getEJBLink
java.lang.String getEJBLink()
- Returns the EJB link URI.
- Returns:
- the EJB link URI
setEJBLink
void setEJBLink(java.lang.String ejbLink)
- Sets the EJB link URI.
- Parameters:
ejbLink
- the EJB link URI