public class InternalEjbDescriptor<T> extends 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 |
|---|---|
EjbDescriptor<T> |
delegate() |
Class<? extends T> |
getImplementationClass() |
Set<Class<?>> |
getLocalBusinessInterfacesAsClasses() |
Class<?> |
getObjectInterface() |
Set<Class<?>> |
getRemoteBusinessInterfacesAsClasses() |
Collection<MethodSignature> |
getRemoveMethodSignatures() |
static <T> InternalEjbDescriptor<T> |
of(EjbDescriptor<T> ejbDescriptor) |
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, hashCode, isMessageDriven, isPassivationCapable, isSingleton, isStateful, isStateless, toStringpublic static <T> InternalEjbDescriptor<T> of(EjbDescriptor<T> ejbDescriptor)
public EjbDescriptor<T> delegate()
delegate in class ForwardingEjbDescriptor<T>public Class<?> getObjectInterface()
public Collection<MethodSignature> getRemoveMethodSignatures()
Copyright © 2015. All Rights Reserved.