public class WebVirtualHostService extends Object implements org.jboss.msc.service.Service<VirtualHost>
Constructor and Description |
---|
WebVirtualHostService(String name,
String[] aliases,
boolean hasWelcomeRoot) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<String> |
getAccessLogPathInjector() |
protected String |
getDefaultWebModule() |
org.jboss.msc.value.InjectedValue<SSOClusterManager> |
getSSOClusterManager() |
org.jboss.msc.value.InjectedValue<String> |
getTempPathInjector() |
VirtualHost |
getValue() |
org.jboss.msc.value.InjectedValue<WebServer> |
getWebServer() |
protected void |
setDefaultWebModule(String defaultWebModule) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<VirtualHost>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<VirtualHost>
public VirtualHost getValue() throws IllegalStateException
getValue
in interface org.jboss.msc.value.Value<VirtualHost>
IllegalStateException
protected String getDefaultWebModule()
protected void setDefaultWebModule(String defaultWebModule)
public org.jboss.msc.value.InjectedValue<String> getAccessLogPathInjector()
public org.jboss.msc.value.InjectedValue<String> getTempPathInjector()
public org.jboss.msc.value.InjectedValue<WebServer> getWebServer()
public org.jboss.msc.value.InjectedValue<SSOClusterManager> getSSOClusterManager()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.