org.ow2.jonas.cdi.weld.internal.ejb
Class JBusinessInterfaceDescriptor<T>

java.lang.Object
  extended by org.ow2.jonas.cdi.weld.internal.ejb.JBusinessInterfaceDescriptor<T>
All Implemented Interfaces:
org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>

public class JBusinessInterfaceDescriptor<T>
extends Object
implements org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>

Created by IntelliJ IDEA. User: sauthieg Date: 8 févr. 2010 Time: 15:06:06 To change this template use File | Settings | File Templates.


Constructor Summary
JBusinessInterfaceDescriptor()
           
 
Method Summary
 Class<T> getInterface()
          Gets the business interface class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBusinessInterfaceDescriptor

public JBusinessInterfaceDescriptor()
Method Detail

getInterface

public Class<T> getInterface()
Gets the business interface class

Specified by:
getInterface in interface org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>


Copyright © 2010 OW2 Consortium. All Rights Reserved.