Class StrictMaxPoolConfigService

java.lang.Object
org.jboss.as.ejb3.component.pool.StrictMaxPoolConfigService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<StrictMaxPoolConfig>, org.jboss.msc.value.Value<StrictMaxPoolConfig>

public class StrictMaxPoolConfigService extends Object implements org.jboss.msc.service.Service<StrictMaxPoolConfig>
User: jpai
  • Constructor Details

  • 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

      public StrictMaxPoolConfig getValue()
      Specified by:
      getValue in interface org.jboss.msc.value.Value<StrictMaxPoolConfig>
    • setMaxPoolSize

      public void setMaxPoolSize(int newMax)
    • getDerivedSize

      public int getDerivedSize()
    • setDerive

      public void setDerive(StrictMaxPoolConfigService.Derive derive)
    • setTimeout

      public void setTimeout(long timeout)
    • setTimeoutUnit

      public void setTimeoutUnit(TimeUnit timeUnit)