org.jboss.weld.ejb
Class InternalEjbDescriptor<T>
java.lang.Object
org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
org.jboss.weld.ejb.InternalEjbDescriptor<T>
- All Implemented Interfaces:
- org.jboss.weld.ejb.spi.EjbDescriptor<T>
public class InternalEjbDescriptor<T>
- extends org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
- implements org.jboss.weld.ejb.spi.EjbDescriptor<T>
More powerful version of EjbDescriptor that exposes Maps for some
metadata. The EjbDescriptor to enhance should be passed to the
constructor
- Author:
- Pete Muir
| Methods inherited from class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor |
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoveMethods, hashCode, isMessageDriven, isSingleton, isStateful, isStateless, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.weld.ejb.spi.EjbDescriptor |
getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoveMethods, isMessageDriven, isSingleton, isStateful, isStateless |
InternalEjbDescriptor
public InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
delegate
public org.jboss.weld.ejb.spi.EjbDescriptor<T> delegate()
- Specified by:
delegate in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
getObjectInterface
public java.lang.Class<?> getObjectInterface()
getRemoveMethodSignatures
public java.util.Collection<MethodSignature> getRemoveMethodSignatures()
Copyright © 2008-2009 Seam Framework. All Rights Reserved.