org.ow2.jonas.cdi.weld.internal.ejb
Class EZBBusinessInterfaceDescriptor<T>
java.lang.Object
org.ow2.jonas.cdi.weld.internal.ejb.EZBBusinessInterfaceDescriptor<T>
- All Implemented Interfaces:
- org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>
public class EZBBusinessInterfaceDescriptor<T>
- extends Object
- implements org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>
This class implements the BusinessInterfaceDescriptor interface to represents the business interface of an EJB
- Author:
- Loic Albertin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EZBBusinessInterfaceDescriptor
public EZBBusinessInterfaceDescriptor(String interfaceClassName,
org.jboss.weld.resources.spi.ResourceLoader resourceLoader)
- Parameters:
interfaceClassName - The class nameresourceLoader - a ResourceLoader used to load the class
getInterface
public Class<T> getInterface()
- Specified by:
getInterface in interface org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<T>
Copyright © 2012 OW2 Consortium. All Rights Reserved.