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.service.Service<IIOPSettingsService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<IIOPSettingsService>
public IIOPSettingsService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<IIOPSettingsService>
IllegalStateException
IllegalArgumentException
public boolean isEnabledByDefault()
public void setEnabledByDefault(boolean enabledByDefault)
public boolean isUseQualifiedName()
public void setUseQualifiedName(boolean useQualifiedName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.