Package org.jboss.as.ejb3.subsystem
Class IIOPSettingsService
- java.lang.Object
-
- org.jboss.as.ejb3.subsystem.IIOPSettingsService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<IIOPSettingsService>,org.jboss.msc.value.Value<IIOPSettingsService>
public class IIOPSettingsService extends Object implements org.jboss.msc.service.Service<IIOPSettingsService>
Services that manages IIOP settings- Author:
- Stuart Douglas
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description IIOPSettingsService(boolean enabledByDefault, boolean useQualifiedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IIOPSettingsServicegetValue()booleanisEnabledByDefault()booleanisUseQualifiedName()voidsetEnabledByDefault(boolean enabledByDefault)voidsetUseQualifiedName(boolean useQualifiedName)voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public IIOPSettingsService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<IIOPSettingsService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
isEnabledByDefault
public boolean isEnabledByDefault()
-
setEnabledByDefault
public void setEnabledByDefault(boolean enabledByDefault)
-
isUseQualifiedName
public boolean isUseQualifiedName()
-
setUseQualifiedName
public void setUseQualifiedName(boolean useQualifiedName)
-
-