Package com.sun.ejb
Class MethodLockInfo
- java.lang.Object
-
- com.sun.ejb.MethodLockInfo
-
public class MethodLockInfo extends Object
MethodLockInfo caches various attributes of lock attributes- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Constructor Description MethodLockInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetTimeout()TimeUnitgetTimeUnit()booleanhasTimeout()booleanisReadLockedMethod()booleanisWriteLockedMethod()voidsetLockType(jakarta.ejb.LockType type)voidsetTimeout(long value, TimeUnit unit)StringtoString()
-
-
-
Method Detail
-
setLockType
public void setLockType(jakarta.ejb.LockType type)
-
setTimeout
public void setTimeout(long value, TimeUnit unit)
-
isReadLockedMethod
public boolean isReadLockedMethod()
-
isWriteLockedMethod
public boolean isWriteLockedMethod()
-
hasTimeout
public boolean hasTimeout()
-
getTimeout
public long getTimeout()
-
getTimeUnit
public TimeUnit getTimeUnit()
-
-