@Component public class OperationManager extends Object
| Constructor and Description |
|---|
OperationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(Runnable op) |
int |
dropAll() |
int |
getOpSize() |
void |
init() |
void |
tearDown() |
@PostConstruct public void init()
public int dropAll()
public int getOpSize()
public void addOperation(Runnable op)
@PreDestroy public void tearDown() throws InterruptedException
InterruptedExceptionCopyright © 2025. All rights reserved.