org.jboss.webbeans.integration.ejb
Class JBossBussinessInterfaceDescriptorAdaptor<T>

java.lang.Object
  extended by org.jboss.webbeans.integration.ejb.JBossBussinessInterfaceDescriptorAdaptor<T>
All Implemented Interfaces:
org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor<T>

public class JBossBussinessInterfaceDescriptorAdaptor<T>
extends Object
implements org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor<T>


Constructor Summary
JBossBussinessInterfaceDescriptorAdaptor(String interfaceName, String ejbName, org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit, org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolver resolver)
           
 
Method Summary
 Class<T> getInterface()
           
 String getJndiName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossBussinessInterfaceDescriptorAdaptor

public JBossBussinessInterfaceDescriptorAdaptor(String interfaceName,
                                                String ejbName,
                                                org.jboss.deployers.structure.spi.DeploymentUnit deploymentUnit,
                                                org.jboss.ejb3.common.resolvers.spi.EjbReferenceResolver resolver)
Method Detail

getInterface

public Class<T> getInterface()
Specified by:
getInterface in interface org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor<T>

getJndiName

public String getJndiName()
Specified by:
getJndiName in interface org.jboss.webbeans.ejb.spi.BusinessInterfaceDescriptor<T>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.