Uses of Interface
org.jboss.as.ee.component.DependencyConfigurator
-
Packages that use DependencyConfigurator Package Description org.jboss.as.ee.component -
-
Uses of DependencyConfigurator in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return types with arguments of type DependencyConfigurator Modifier and Type Method Description List<DependencyConfigurator<? extends org.jboss.msc.service.Service<Component>>>ComponentConfiguration. getCreateDependencies()Get the create dependencies list.List<DependencyConfigurator<ViewService>>ViewConfiguration. getDependencies()List<DependencyConfigurator<ComponentStartService>>ComponentConfiguration. getStartDependencies()Get the start dependencies list.
-