public class DefaultResourceAdapterService extends Object implements org.jboss.msc.service.Service<DefaultResourceAdapterService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
DEFAULT_RA_NAME_SERVICE_NAME |
| Constructor and Description |
|---|
DefaultResourceAdapterService(String resourceAdapterName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultResourceAdapterName() |
DefaultResourceAdapterService |
getValue() |
void |
setResourceAdapterName(String resourceAdapterName) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName DEFAULT_RA_NAME_SERVICE_NAME
public DefaultResourceAdapterService(String resourceAdapterName)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic DefaultResourceAdapterService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<DefaultResourceAdapterService>IllegalStateExceptionIllegalArgumentExceptionpublic void setResourceAdapterName(String resourceAdapterName)
public String getDefaultResourceAdapterName()
Copyright © 2020 JBoss by Red Hat. All rights reserved.