public abstract class

OtherThreadTask

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.concurrent.OtherThreadTask

Class Overview

Override doTask(), then call run() to run a task on another thread. The current thread will block until the other thread returns a result.

Summary

Public Constructors
OtherThreadTask()
Public Methods
Object run()
Protected Methods
abstract Object doTask()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OtherThreadTask ()

Public Methods

public Object run ()

Protected Methods

protected abstract Object doTask ()