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() |
java.util.Set<java.lang.Class<?>> |
getLocalBusinessInterfacesAsClasses() |
java.lang.Class<?> |
getObjectInterface() |
java.util.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 java.lang.Class<?> getObjectInterface()
public java.util.Collection<MethodSignature> getRemoveMethodSignatures()
public java.util.Set<java.lang.Class<?>> getLocalBusinessInterfacesAsClasses()
Copyright © 2013 Seam Framework. All Rights Reserved.