|
||||||||||
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 | |
---|---|
Class<T> |
getBeanClass()
Gets the EJB type |
String |
getEjbName()
Get the EJB name |
Collection<BusinessInterfaceDescriptor<?>> |
getLocalBusinessInterfaces()
Gets the local business interfaces of the EJB |
Collection<BusinessInterfaceDescriptor<?>> |
getRemoteBusinessInterfaces()
Gets the remote business interfaces of the EJB |
Collection<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 |
---|
Class<T> getBeanClass()
Collection<BusinessInterfaceDescriptor<?>> getLocalBusinessInterfaces()
Collection<BusinessInterfaceDescriptor<?>> getRemoteBusinessInterfaces()
String getEjbName()
Collection<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 |