|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.util.Beans
public class Beans
Helper class for bean inspection
| Constructor Summary | |
|---|---|
Beans()
|
|
| Method Summary | |
|---|---|
static boolean |
apiTypesAreProxyable(java.util.Set<java.lang.reflect.Type> types)
Indicates if a set of types are all proxyable |
static boolean |
isBeanProxyable(Bean<?> bean)
Indicates if a bean is proxyable |
static boolean |
isPassivatingBean(Bean<?> bean)
Indicates if a bean is passivating |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Beans()
| Method Detail |
|---|
public static boolean isPassivatingBean(Bean<?> bean)
bean - The bean to inspect
public static boolean isBeanProxyable(Bean<?> bean)
bean - The bean to test
public static boolean apiTypesAreProxyable(java.util.Set<java.lang.reflect.Type> types)
types - The types to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||