public class HTTPUpgradeService extends Object implements org.jboss.msc.service.Service<HTTPUpgradeService>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
HTTP_UPGRADE_REGISTRY |
static org.jboss.msc.service.ServiceName |
UPGRADE_SERVICE_NAME |
Constructor and Description |
---|
HTTPUpgradeService(String hornetQServerName,
String acceptorName,
String httpListenerName) |
Modifier and Type | Method and Description |
---|---|
HTTPUpgradeService |
getValue() |
static void |
installService(org.jboss.msc.service.ServiceTarget serviceTarget,
String hornetQServerName,
String acceptorName,
String httpListenerName,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName HTTP_UPGRADE_REGISTRY
public static final org.jboss.msc.service.ServiceName UPGRADE_SERVICE_NAME
public static void installService(org.jboss.msc.service.ServiceTarget serviceTarget, String hornetQServerName, String acceptorName, String httpListenerName, ServiceVerificationHandler verificationHandler, List<org.jboss.msc.service.ServiceController<?>> newControllers)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<HTTPUpgradeService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<HTTPUpgradeService>
public HTTPUpgradeService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<HTTPUpgradeService>
IllegalStateException
IllegalArgumentException
Copyright © 2014 JBoss by Red Hat. All rights reserved.