org.jboss.weld.ejb
Class InternalEjbDescriptor<T>

java.lang.Object
  extended by org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
      extended by 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

Constructor Summary
InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
           
 
Method Summary
 org.jboss.weld.ejb.spi.EjbDescriptor<T> delegate()
           
 Class<?> getObjectInterface()
           
 Collection<MethodSignature> getRemoveMethodSignatures()
           
 
Methods inherited from class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, 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, getRemoteBusinessInterfaces, getRemoveMethods, isMessageDriven, isSingleton, isStateful, isStateless
 

Constructor Detail

InternalEjbDescriptor

public InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
Method Detail

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 Class<?> getObjectInterface()

getRemoveMethodSignatures

public Collection<MethodSignature> getRemoveMethodSignatures()


Copyright © 2013 Seam Framework. All Rights Reserved.