public class MethodLockInfo extends Object
| Constructor and Description |
|---|
MethodLockInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout() |
TimeUnit |
getTimeUnit() |
boolean |
hasTimeout() |
boolean |
isReadLockedMethod() |
boolean |
isWriteLockedMethod() |
void |
setLockType(jakarta.ejb.LockType type) |
void |
setTimeout(long value,
TimeUnit unit) |
String |
toString() |
public void setLockType(jakarta.ejb.LockType type)
public void setTimeout(long value,
TimeUnit unit)
public boolean isReadLockedMethod()
public boolean isWriteLockedMethod()
public boolean hasTimeout()
public long getTimeout()
public TimeUnit getTimeUnit()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.