Package org.jboss.as.ejb3.component
Class EJBComponentCreateServiceFactory
- java.lang.Object
-
- org.jboss.as.ejb3.component.EJBComponentCreateServiceFactory
-
- All Implemented Interfaces:
ComponentCreateServiceFactory
- Direct Known Subclasses:
MessageDrivenComponentCreateServiceFactory,SingletonComponentCreateServiceFactory,StatefulComponentCreateServiceFactory,StatelessComponentCreateServiceFactory
public abstract class EJBComponentCreateServiceFactory extends Object implements ComponentCreateServiceFactory
User: jpai
-
-
Field Summary
Fields Modifier and Type Field Description protected ApplicationExceptionsejbJarConfiguration-
Fields inherited from interface org.jboss.as.ee.component.ComponentCreateServiceFactory
BASIC
-
-
Constructor Summary
Constructors Constructor Description EJBComponentCreateServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetEjbJarConfiguration(ApplicationExceptions ejbJarConfiguration)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.ee.component.ComponentCreateServiceFactory
constructService
-
-
-
-
Field Detail
-
ejbJarConfiguration
protected ApplicationExceptions ejbJarConfiguration
-
-
Method Detail
-
setEjbJarConfiguration
public void setEjbJarConfiguration(ApplicationExceptions ejbJarConfiguration)
-
-