public class InternalEjbDescriptor<T> extends ForwardingEjbDescriptor<T>
EjbDescriptor that exposes Maps for some
metadata. The EjbDescriptor to enhance should be passed to the
constructor| Constructor 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, toStringpublic InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor)
public EjbDescriptor<T> delegate()
delegate in class ForwardingEjbDescriptor<T>public Class<?> getObjectInterface()
public Collection<MethodSignature> getRemoveMethodSignatures()
Copyright © 2014 Seam Framework. All Rights Reserved.