|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the bean typepublic interface EjbDescriptor<T>
EJB metadata from the EJB descriptor
| Method Summary | |
|---|---|
java.lang.Class<T> |
getBeanClass()
Gets the EJB type |
java.lang.String |
getEjbName()
Get the EJB name |
java.util.Collection<BusinessInterfaceDescriptor<?>> |
getLocalBusinessInterfaces()
Gets the local business interfaces of the EJB |
java.util.Collection<java.lang.reflect.Method> |
getRemoveMethods()
Get the remove methods of the EJB |
boolean |
isMessageDriven()
Indicates if the EJB is an MDB |
boolean |
isSingleton()
Indicates if the bean is a EJB 3.1 Singleton session bean |
boolean |
isStateful()
Indicates if the EJB is a stateful session bean |
boolean |
isStateless()
Indicates if the bean is a stateless session bean |
| Method Detail |
|---|
java.lang.Class<T> getBeanClass()
java.util.Collection<BusinessInterfaceDescriptor<?>> getLocalBusinessInterfaces()
java.lang.String getEjbName()
java.util.Collection<java.lang.reflect.Method> getRemoveMethods()
boolean isStateless()
boolean isSingleton()
boolean isStateful()
boolean isMessageDriven()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||