public class ApplicationClientStartService extends Object implements org.jboss.msc.service.Service<ApplicationClientStartService>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
ApplicationClientStartService(Method mainMethod,
String[] parameters,
InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue,
ClassLoader classLoader,
List<org.jboss.as.server.deployment.SetupAction> setupActions,
org.jboss.ejb.client.EJBClientConfiguration configuration) |
ApplicationClientStartService(Method mainMethod,
String[] parameters,
InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue,
ClassLoader classLoader,
List<org.jboss.as.server.deployment.SetupAction> setupActions,
String hostUrl,
CallbackHandler callbackHandler) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<Component> |
getApplicationClientComponent() |
org.jboss.msc.value.InjectedValue<ApplicationClientDeploymentService> |
getApplicationClientDeploymentServiceInjectedValue() |
ApplicationClientStartService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public ApplicationClientStartService(Method mainMethod, String[] parameters, InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue, ClassLoader classLoader, List<org.jboss.as.server.deployment.SetupAction> setupActions, String hostUrl, CallbackHandler callbackHandler)
public ApplicationClientStartService(Method mainMethod, String[] parameters, InjectedEENamespaceContextSelector namespaceContextSelectorInjectedValue, ClassLoader classLoader, List<org.jboss.as.server.deployment.SetupAction> setupActions, org.jboss.ejb.client.EJBClientConfiguration configuration)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<ApplicationClientStartService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<ApplicationClientStartService>
public ApplicationClientStartService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<ApplicationClientStartService>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<ApplicationClientDeploymentService> getApplicationClientDeploymentServiceInjectedValue()
public org.jboss.msc.value.InjectedValue<Component> getApplicationClientComponent()
Copyright © 2018 JBoss by Red Hat. All rights reserved.