public class CdiComponentProvider extends ComponentProvider
| Constructor and Description |
|---|
CdiComponentProvider()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
create(Class<T> c) |
boolean |
destroy(Object o) |
boolean |
isApplicable(Class<?> c) |
getInvocableMethodpublic CdiComponentProvider()
throws NamingException
BeanManager which is later used to provide the instance.NamingExceptionpublic boolean isApplicable(Class<?> c)
isApplicable in class ComponentProviderpublic <T> Object create(Class<T> c)
create in class ComponentProviderpublic boolean destroy(Object o)
destroy in class ComponentProviderCopyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.