public class DeadlockMonitor extends Object implements AutoCloseable
Constructor and Description |
---|
DeadlockMonitor(TransactionIdentifier transactionIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isAlive() |
void |
setCurrentlyInstantiatedModule(ModuleIdentifier currentlyInstantiatedModule) |
String |
toString() |
public DeadlockMonitor(TransactionIdentifier transactionIdentifier)
public void setCurrentlyInstantiatedModule(ModuleIdentifier currentlyInstantiatedModule)
public boolean isAlive()
public void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.