Uses of Interface
org.jboss.as.ee.component.ComponentCreateServiceFactory
-
Packages that use ComponentCreateServiceFactory Package Description org.jboss.as.ee.component -
-
Uses of ComponentCreateServiceFactory in org.jboss.as.ee.component
Fields in org.jboss.as.ee.component declared as ComponentCreateServiceFactory Modifier and Type Field Description static ComponentCreateServiceFactoryComponentCreateServiceFactory. BASICThe default, basic component create service factory.Methods in org.jboss.as.ee.component that return ComponentCreateServiceFactory Modifier and Type Method Description ComponentCreateServiceFactoryComponentConfiguration. getComponentCreateServiceFactory()Get the component create service factory for this component.Methods in org.jboss.as.ee.component with parameters of type ComponentCreateServiceFactory Modifier and Type Method Description voidComponentConfiguration. setComponentCreateServiceFactory(ComponentCreateServiceFactory componentCreateServiceFactory)Set the component create service factory for this component.
-