|
||||||||||
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.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 |
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 |
Method Detail |
---|
java.lang.Class<T> getType()
java.lang.Iterable<BusinessInterfaceDescriptor<?>> getLocalBusinessInterfaces()
java.lang.Iterable<BusinessInterfaceDescriptor<?>> getRemoteBusinessInterfaces()
java.lang.Iterable<java.lang.reflect.Method> getRemoveMethods()
boolean isStateless()
boolean isSingleton()
boolean isStateful()
boolean isMessageDriven()
java.lang.String getEjbName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |