|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.ejb.ForwardingEjbDescriptor<T>
org.jboss.webbeans.ejb.InternalEjbDescriptor<T>
public class InternalEjbDescriptor<T>
More powerful version of EjbDescriptor
that exposes Maps for some
metadata. The EjbDescriptor
to enhance should be passed to the
constructor
Constructor Summary | |
---|---|
InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor)
|
Method Summary | |
---|---|
protected EjbDescriptor<T> |
delegate()
|
java.lang.Class<?> |
getObjectInterface()
|
boolean |
isLocal()
|
Methods inherited from class org.jboss.webbeans.ejb.ForwardingEjbDescriptor |
---|
equals, getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, getType, hashCode, isMessageDriven, isSingleton, isStateful, isStateless, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.webbeans.ejb.spi.EjbDescriptor |
---|
getEjbName, getLocalBusinessInterfaces, getRemoteBusinessInterfaces, getRemoveMethods, getType, isMessageDriven, isSingleton, isStateful, isStateless |
Constructor Detail |
---|
public InternalEjbDescriptor(EjbDescriptor<T> ejbDescriptor)
Method Detail |
---|
protected EjbDescriptor<T> delegate()
delegate
in class ForwardingEjbDescriptor<T>
public boolean isLocal()
public java.lang.Class<?> getObjectInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |