public class DeploymentOverlayService extends Object implements org.jboss.msc.service.Service<DeploymentOverlayService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
DeploymentOverlayService(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentService(ContentService service) |
Set<ContentService> |
getContentServices() |
String |
getName() |
DeploymentOverlayService |
getValue() |
void |
removeContentService(ContentService service) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public DeploymentOverlayService(String name)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<DeploymentOverlayService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<DeploymentOverlayService>public void addContentService(ContentService service)
public void removeContentService(ContentService service)
public DeploymentOverlayService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<DeploymentOverlayService>IllegalStateExceptionIllegalArgumentExceptionpublic Set<ContentService> getContentServices()
public String getName()
Copyright © 2014 JBoss by Red Hat. All rights reserved.