public class InternalEjbDescriptor<T> extends ForwardingEjbDescriptor<T>
EjbDescriptor
that exposes Maps for some
metadata. The EjbDescriptor
to enhance should be passed to the
constructorConstructor and Description |
---|
InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor) |
Modifier and Type | Method and Description |
---|---|
EjbDescriptor<T> |
delegate() |
Set<Class<?>> |
getLocalBusinessInterfacesAsClasses() |
Class<?> |
getObjectInterface() |
Collection<MethodSignature> |
getRemoveMethodSignatures() |
equals, getBeanClass, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, hashCode, isMessageDriven, isPassivationCapable, isSingleton, isStateful, isStateless, toString
public InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor)
public EjbDescriptor<T> delegate()
delegate
in class ForwardingEjbDescriptor<T>
public Class<?> getObjectInterface()
public Collection<MethodSignature> getRemoveMethodSignatures()
Copyright © 2013 Seam Framework. All Rights Reserved.