| Modifier and Type | Field and Description |
|---|---|
org.jboss.msc.value.InjectedValue<org.jboss.as.server.deployment.DeploymentUnit> |
deploymentUnitInjector |
static org.jboss.msc.service.ServiceName |
NAME |
org.jboss.msc.value.InjectedValue<Server> |
serverInjector |
| Constructor and Description |
|---|
TestableArchiveService(String archiveName) |
| Modifier and Type | Method and Description |
|---|---|
Void |
getValue() |
void |
setError(Throwable cause) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static final org.jboss.msc.service.ServiceName NAME
public final org.jboss.msc.value.InjectedValue<Server> serverInjector
public final org.jboss.msc.value.InjectedValue<org.jboss.as.server.deployment.DeploymentUnit> deploymentUnitInjector
public TestableArchiveService(String archiveName)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<Void>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<Void>public Void getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Void>IllegalStateExceptionIllegalArgumentExceptionpublic void setError(Throwable cause)
Copyright © 2018 JBoss by Red Hat. All rights reserved.