|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
org.jboss.weld.ejb.InternalEjbDescriptor<T>
public class InternalEjbDescriptor<T>
More powerful version of EjbDescriptor
that exposes Maps for some
metadata. The EjbDescriptor
to enhance should be passed to the
constructor
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 |
---|
public InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
Method Detail |
---|
public org.jboss.weld.ejb.spi.EjbDescriptor<T> delegate()
delegate
in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
public Class<?> getObjectInterface()
public Collection<MethodSignature> getRemoveMethodSignatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |