Interface RAConfigurationProfileLocal

  • All Superinterfaces:
    ProfileLocalObject

    public interface RAConfigurationProfileLocal
    extends ProfileLocalObject
    The ProfileLocalObject used to configure the Correlation resource adaptor.
    • Method Detail

      • getCorrelationIDExpiryTimerPeriod

        long getCorrelationIDExpiryTimerPeriod()
        Get the period of time after which the correlation IDs are considered expired and can be reused.
        Returns:
        the correlation id expiry time.
      • getNumberOfThreadPool

        int getNumberOfThreadPool()
        Get the number of threads of the pool that uses the RA to handle concurrent requests.
        Returns:
        the number of threads.
      • getStateDistributionTimeout

        long getStateDistributionTimeout()
        Get the state distribution timeout, the maximum time that the RA will allow for distributing correlation state to the cluster during a configuration update. Correlation requests are suspended while state distribution is in progress.
        Returns:
        the state distribution timeout (ms).