|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.cdi.weld.internal.ejb.JEjbDescriptor<T>
public class JEjbDescriptor<T>
Created by IntelliJ IDEA. User: sauthieg Date: 8 févr. 2010 Time: 15:05:09 To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
JEjbDescriptor()
|
|
| Method Summary | |
|---|---|
Class<T> |
getBeanClass()
Gets the EJB type |
String |
getEjbName()
Get the EJB name |
Collection<org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<?>> |
getLocalBusinessInterfaces()
Gets the local 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEjbDescriptor()
| Method Detail |
|---|
public Class<T> getBeanClass()
getBeanClass in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public Collection<org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor<?>> getLocalBusinessInterfaces()
getLocalBusinessInterfaces in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public String getEjbName()
getEjbName in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public Collection<Method> getRemoveMethods()
getRemoveMethods in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public boolean isStateless()
isStateless in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public boolean isSingleton()
isSingleton in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public boolean isStateful()
isStateful in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>public boolean isMessageDriven()
isMessageDriven in interface org.jboss.weld.ejb.spi.EjbDescriptor<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||