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
constructorModifier 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) |
public 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 © 2016. All rights reserved.