public class IIOPSettingsService extends Object implements org.jboss.msc.service.Service<IIOPSettingsService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
IIOPSettingsService(boolean enabledByDefault,
boolean useQualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
IIOPSettingsService |
getValue() |
boolean |
isEnabledByDefault() |
boolean |
isUseQualifiedName() |
void |
setEnabledByDefault(boolean enabledByDefault) |
void |
setUseQualifiedName(boolean useQualifiedName) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public IIOPSettingsService(boolean enabledByDefault,
boolean useQualifiedName)
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 IIOPSettingsService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<IIOPSettingsService>IllegalStateExceptionIllegalArgumentExceptionpublic boolean isEnabledByDefault()
public void setEnabledByDefault(boolean enabledByDefault)
public boolean isUseQualifiedName()
public void setUseQualifiedName(boolean useQualifiedName)
Copyright © 2022 JBoss by Red Hat. All rights reserved.