public class CdiValidatorFactoryService extends Object implements org.jboss.msc.service.Service<CdiValidatorFactoryService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
Create the CdiValidatorFactoryService instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<javax.enterprise.inject.spi.BeanManager> |
getBeanManagerInjector() |
CdiValidatorFactoryService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public CdiValidatorFactoryService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
deploymentUnit - the deployment unitpublic void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<CdiValidatorFactoryService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<CdiValidatorFactoryService>public CdiValidatorFactoryService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<CdiValidatorFactoryService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<javax.enterprise.inject.spi.BeanManager> getBeanManagerInjector()
Copyright © 2018 JBoss by Red Hat. All rights reserved.