org.glassfish.tyrus.gf.ejb
Class EjbComponentProvider
java.lang.Object
org.glassfish.tyrus.spi.ComponentProvider
org.glassfish.tyrus.gf.ejb.EjbComponentProvider
public class EjbComponentProvider
- extends ComponentProvider
Provides the EJB instance for the given class.
- Author:
- Stepan Kopriva (stepan.kopriva at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbComponentProvider
public EjbComponentProvider()
provideInstance
public <T> T provideInstance(Class<T> c)
throws Exception
- Specified by:
provideInstance in class ComponentProvider
- Throws:
Exception
isApplicable
public boolean isApplicable(Class<?> c)
- Specified by:
isApplicable in class ComponentProvider
Copyright © 2012. All Rights Reserved.