public class EjbComponentProvider extends ComponentProvider
| Constructor and Description |
|---|
EjbComponentProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
create(Class<T> c) |
boolean |
destroy(Object o) |
Method |
getInvocableMethod(Method method) |
boolean |
isApplicable(Class<?> c) |
public <T> Object create(Class<T> c)
create in class ComponentProviderpublic boolean isApplicable(Class<?> c)
isApplicable in class ComponentProviderpublic boolean destroy(Object o)
destroy in class ComponentProviderpublic Method getInvocableMethod(Method method)
getInvocableMethod in class ComponentProviderCopyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.