Class UpdateConnectionPool

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.options.UpdateConnectionPool
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class UpdateConnectionPool extends BaseAction
See Also:
  • Constructor Details

    • UpdateConnectionPool

      public UpdateConnectionPool()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
      Throws:
      Exception
    • getLdapPoolManagerStatistics

      public String getLdapPoolManagerStatistics()
    • update

      public String update()
    • getInitialSize

      public String getInitialSize()
    • getMaximumSize

      public String getMaximumSize()
    • getPreferredSize

      public String getPreferredSize()
    • getSupportedAuthentication

      public String getSupportedAuthentication()
    • getSupportedProtocol

      public String getSupportedProtocol()
    • getTimeoutInSec

      public String getTimeoutInSec()
    • getPropertiesUpdated

      public boolean getPropertiesUpdated()
    • setInitialSize

      public void setInitialSize(String initialSize)
    • setMaximumSize

      public void setMaximumSize(String maximumSize)
    • setPreferredSize

      public void setPreferredSize(String preferredSize)
    • setSupportedAuthentication

      public void setSupportedAuthentication(String supportedAuthentication)
    • setSupportedProtocol

      public void setSupportedProtocol(String supportedProtocol)
    • setTimeoutInSec

      public void setTimeoutInSec(String timeoutInSec)
    • getSystemInitialSize

      public String getSystemInitialSize()
    • getSystemMaximumSize

      public String getSystemMaximumSize()
    • getSystemPreferredSize

      public String getSystemPreferredSize()
    • getSystemSupportedAuthentication

      public String getSystemSupportedAuthentication()
    • getSystemSupportedProtocol

      public String getSystemSupportedProtocol()
    • getSystemTimeoutInSec

      public String getSystemTimeoutInSec()
    • getSettingsChanged

      public boolean getSettingsChanged()
    • getJndiDirectories

      public List<Directory> getJndiDirectories()
    • getIsUsingJre8

      public boolean getIsUsingJre8()