Interface TaskService.TaskServiceConfiguration

  • Enclosing interface:
    TaskService

    public static interface TaskService.TaskServiceConfiguration
    • Method Detail

      • getTaskServerCount

        int getTaskServerCount()
      • getTaskClientDispatchAddress

        String getTaskClientDispatchAddress()
      • getRemoteServerAddress

        String getRemoteServerAddress()
      • getRemoteServerUsername

        String getRemoteServerUsername()
      • getRemoteServerPassword

        String getRemoteServerPassword()
      • getLocationResolverClass

        String getLocationResolverClass()
      • getTaskRepositoryClass

        String getTaskRepositoryClass()
      • getLocationResolverProperties

        Map<String,​String> getLocationResolverProperties()
      • getRetryCount

        int getRetryCount()
      • getRetryInterval

        long getRetryInterval()