|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.ejb.ForwardingEjbDescriptor<T>
public abstract class ForwardingEjbDescriptor<T>
Forwarding helper class for EjbDescriptor
to support the decorator
pattern
Constructor Summary | |
---|---|
ForwardingEjbDescriptor()
|
Method Summary | |
---|---|
protected abstract EjbDescriptor<T> |
delegate()
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getEjbName()
Gets the EJB name |
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
getLocalBusinessInterfaces()
Gets the local business interfaces of the EJB |
java.lang.Iterable<BusinessInterfaceDescriptor<?>> |
getRemoteBusinessInterfaces()
Gets the remote business interfaces of the EJB |
java.lang.Iterable<java.lang.reflect.Method> |
getRemoveMethods()
Get the remove methods of the EJB |
java.lang.Class<T> |
getType()
Gets the EJB type |
int |
hashCode()
|
boolean |
isMessageDriven()
Indicates if the EJB is and MDB |
boolean |
isSingleton()
Indicates if the bean is a EJB 3.1 Singleton |
boolean |
isStateful()
Indicates if the EJB is stateful |
boolean |
isStateless()
Indicates if the bean is stateless |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForwardingEjbDescriptor()
Method Detail |
---|
protected abstract EjbDescriptor<T> delegate()
public java.lang.String getEjbName()
EjbDescriptor
getEjbName
in interface EjbDescriptor<T>
public java.lang.Iterable<BusinessInterfaceDescriptor<?>> getLocalBusinessInterfaces()
EjbDescriptor
getLocalBusinessInterfaces
in interface EjbDescriptor<T>
public java.lang.Iterable<BusinessInterfaceDescriptor<?>> getRemoteBusinessInterfaces()
EjbDescriptor
getRemoteBusinessInterfaces
in interface EjbDescriptor<T>
public java.lang.Iterable<java.lang.reflect.Method> getRemoveMethods()
EjbDescriptor
getRemoveMethods
in interface EjbDescriptor<T>
public java.lang.Class<T> getType()
EjbDescriptor
getType
in interface EjbDescriptor<T>
public boolean isMessageDriven()
EjbDescriptor
isMessageDriven
in interface EjbDescriptor<T>
public boolean isSingleton()
EjbDescriptor
isSingleton
in interface EjbDescriptor<T>
public boolean isStateful()
EjbDescriptor
isStateful
in interface EjbDescriptor<T>
public boolean isStateless()
EjbDescriptor
isStateless
in interface EjbDescriptor<T>
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |