public class InternalEjbDescriptor<T>
extends org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
implements org.jboss.weld.ejb.spi.EjbDescriptor<T>
EjbDescriptor
that exposes Maps for some
metadata. The EjbDescriptor
to enhance should be passed to the
constructorConstructor and Description |
---|
InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor) |
Modifier and Type | Method and Description |
---|---|
org.jboss.weld.ejb.spi.EjbDescriptor<T> |
delegate() |
Class<?> |
getObjectInterface() |
Collection<MethodSignature> |
getRemoveMethodSignatures() |
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, hashCode, isMessageDriven, isSingleton, isStateful, isStateless, toString
public InternalEjbDescriptor(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
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()
Copyright © 2013 Seam Framework. All rights reserved.