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 Details

    • SERVICE_NAME

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME
  • Constructor Details

    • IIOPSettingsService

      public IIOPSettingsService(boolean enabledByDefault, boolean useQualifiedName)
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<IIOPSettingsService>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • isEnabledByDefault

      public boolean isEnabledByDefault()
    • setEnabledByDefault

      public void setEnabledByDefault(boolean enabledByDefault)
    • isUseQualifiedName

      public boolean isUseQualifiedName()
    • setUseQualifiedName

      public void setUseQualifiedName(boolean useQualifiedName)