Class AdminServerTask<T>

    • Field Detail

      • log

        protected final org.infinispan.server.core.logging.Log log
    • Constructor Detail

      • AdminServerTask

        public AdminServerTask()
    • Method Detail

      • getName

        public final String getName()
        Description copied from interface: Task
        Provides a name for the task. This is the name by which the task will be executed. Make sure the name is unique for task.
        Specified by:
        getName in interface Task
        Returns:
        name of the server task
      • getType

        public String getType()
        Description copied from interface: Task
        Returns the type of task. This is dependent on the specific implementation.
        Specified by:
        getType in interface Task
      • execute

        public final T execute​(TaskContext taskContext)
      • getTaskContextName

        public abstract String getTaskContextName()
      • getTaskOperationName

        public abstract String getTaskOperationName()