org.jboss.webbeans.ejb.spi
Interface BusinessInterfaceDescriptor<T>

Type Parameters:
T -
All Known Implementing Classes:
ForwadingBusinessInterfaceDescriptor

public interface BusinessInterfaceDescriptor<T>

Represents the business interface of an EJB

Author:
Pete Muir

Method Summary
 java.lang.Class<T> getInterface()
          Gets the business interface class
 java.lang.String getJndiName()
          Gets the JNDI name under which the EJB is registered
 

Method Detail

getInterface

java.lang.Class<T> getInterface()
Gets the business interface class


getJndiName

java.lang.String getJndiName()
Gets the JNDI name under which the EJB is registered

Returns:
The JNDI name


Copyright © 2011. All Rights Reserved.