|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.ejb.EjbDescriptors
public class EjbDescriptors
EJB descriptors by EJB implementation class or name
| Field Summary | |
|---|---|
static EjbDescriptors |
EMPTY
|
| Constructor Summary | |
|---|---|
EjbDescriptors()
Constructor |
|
| Method Summary | ||
|---|---|---|
|
add(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
Adds an EJB descriptor to the maps |
|
void |
addAll(java.lang.Iterable<org.jboss.weld.ejb.spi.EjbDescriptor<?>> ejbDescriptors)
Adds all EJB descriptors to the maps |
|
void |
cleanup()
|
|
void |
clear()
Clears both maps |
|
boolean |
contains(java.lang.Class<?> beanClass)
Indicates if there are EJB descriptors available for an EJB implementation class |
|
boolean |
contains(java.lang.String beanName)
Indicates if there are EJB descriptors available for an EJB implementation class |
|
|
get(java.lang.String beanName)
Gets an iterator to the EJB descriptors for an EJB implementation class |
|
java.util.Iterator<InternalEjbDescriptor<?>> |
iterator()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final EjbDescriptors EMPTY
| Constructor Detail |
|---|
public EjbDescriptors()
| Method Detail |
|---|
public <T> InternalEjbDescriptor<T> get(java.lang.String beanName)
beanClass - The EJB class
public <T> void add(org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)
ejbDescriptor - The EJB descriptor to addpublic boolean contains(java.lang.String beanName)
beanClass - The class to match
public boolean contains(java.lang.Class<?> beanClass)
beanClass - The class to match
public void addAll(java.lang.Iterable<org.jboss.weld.ejb.spi.EjbDescriptor<?>> ejbDescriptors)
ejbDescriptors - The descriptors to addpublic void clear()
public java.util.Iterator<InternalEjbDescriptor<?>> iterator()
iterator in interface java.lang.Iterable<InternalEjbDescriptor<?>>public void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||