public class InternalEjbDescriptor<T> extends org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor<T>
EjbDescriptor that exposes Maps for some
metadata. The EjbDescriptor to enhance should be passed to the
constructor| Modifier and Type | Method and Description |
|---|---|
org.jboss.weld.ejb.spi.EjbDescriptor<T> |
delegate() |
Class<? extends T> |
getImplementationClass() |
Set<Class<?>> |
getLocalBusinessInterfacesAsClasses() |
Class<?> |
getObjectInterface() |
Set<Class<?>> |
getRemoteBusinessInterfacesAsClasses() |
Collection<MethodSignature> |
getRemoveMethodSignatures() |
static <T> InternalEjbDescriptor<T> |
of(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor) |
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, hashCode, isMessageDriven, isPassivationCapable, isSingleton, isStateful, isStateless, toStringpublic static <T> InternalEjbDescriptor<T> of(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 © 2017. All rights reserved.