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.
 
Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 

Method Detail

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