2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.host.ejb
Class EJBSessionBean

java.lang.Object
  extended by org.apache.tuscany.sca.host.ejb.EJBSessionBean

public class EJBSessionBean
extends java.lang.Object

Represents an EJB session bean.


Constructor Summary
EJBSessionBean(java.lang.Class<?> implementationClass, java.lang.Class<?> remoteInterface)
           
 
Method Summary
 java.lang.Class<?> getImplementationClass()
           
 java.lang.Class<?> getRemoteInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBSessionBean

public EJBSessionBean(java.lang.Class<?> implementationClass,
                      java.lang.Class<?> remoteInterface)
Method Detail

getImplementationClass

public java.lang.Class<?> getImplementationClass()

getRemoteInterface

public java.lang.Class<?> getRemoteInterface()