Class CoreAdminHandler.CoreAdminAsyncTracker.TaskObject

  • Enclosing class:
    CoreAdminHandler.CoreAdminAsyncTracker

    public static class CoreAdminHandler.CoreAdminAsyncTracker.TaskObject
    extends Object
    Helper class to manage the tasks to be tracked. This contains the taskId, request and the response (if available).
    • Field Detail

      • taskId

        public String taskId
      • rspInfo

        public String rspInfo
      • operationRspInfo

        public Object operationRspInfo
    • Constructor Detail

      • TaskObject

        public TaskObject​(String taskId)
    • Method Detail

      • getRspObject

        public String getRspObject()
      • setRspObjectFromException

        public void setRspObjectFromException​(Exception e)
      • getOperationRspObject

        public Object getOperationRspObject()
      • setOperationRspObject

        public void setOperationRspObject​(SolrQueryResponse rspObject)