public class DeploymentOverlayLinkService extends Object implements org.jboss.msc.service.Service<DeploymentOverlayLinkService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
DeploymentOverlayLinkService(String deployment,
DeploymentOverlayPriority priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployment() |
org.jboss.msc.value.InjectedValue<DeploymentOverlayIndexService> |
getDeploymentOverlayIndexServiceInjectedValue() |
org.jboss.msc.value.InjectedValue<DeploymentOverlayService> |
getDeploymentOverlayServiceInjectedValue() |
Pattern |
getPattern() |
DeploymentOverlayPriority |
getPriority() |
DeploymentOverlayLinkService |
getValue() |
boolean |
isWildcard() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public DeploymentOverlayLinkService(String deployment, DeploymentOverlayPriority priority)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<DeploymentOverlayLinkService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<DeploymentOverlayLinkService>public DeploymentOverlayLinkService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<DeploymentOverlayLinkService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<DeploymentOverlayIndexService> getDeploymentOverlayIndexServiceInjectedValue()
public org.jboss.msc.value.InjectedValue<DeploymentOverlayService> getDeploymentOverlayServiceInjectedValue()
public DeploymentOverlayPriority getPriority()
public String getDeployment()
public Pattern getPattern()
public boolean isWildcard()
Copyright © 2014 JBoss by Red Hat. All rights reserved.