com.atlassian.confluence.tenant
Class OpenTenantGateLongRunningTask
java.lang.Object
com.atlassian.confluence.util.longrunning.DelegatingLongRunningTask
com.atlassian.confluence.tenant.OpenTenantGateLongRunningTask
- All Implemented Interfaces:
- com.atlassian.core.task.longrunning.LongRunningTask, Runnable
public class OpenTenantGateLongRunningTask
- extends DelegatingLongRunningTask
Allow LongRunningTasks to pass through the TenantGate even though it's currently closed (vacant instance).
This can be used to let setup code modify tenanted resources before they're made available to a broader audience.
- Since:
- 5.6
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenTenantGateLongRunningTask
public OpenTenantGateLongRunningTask(com.atlassian.core.task.longrunning.LongRunningTask delegate)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class DelegatingLongRunningTask
Copyright © 2003–2015 Atlassian. All rights reserved.