Package com.sun.ejb
Class MethodLockInfo
java.lang.Object
com.sun.ejb.MethodLockInfo
MethodLockInfo caches various attributes of lock attributes
- Author:
- Mahesh Kannan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanbooleanvoidsetLockType(jakarta.ejb.LockType type) voidsetTimeout(long value, TimeUnit unit) toString()
-
Constructor Details
-
MethodLockInfo
public MethodLockInfo()
-
-
Method Details
-
setLockType
public void setLockType(jakarta.ejb.LockType type) -
setTimeout
-
isReadLockedMethod
public boolean isReadLockedMethod() -
isWriteLockedMethod
public boolean isWriteLockedMethod() -
hasTimeout
public boolean hasTimeout() -
getTimeout
public long getTimeout() -
getTimeUnit
-
toString
-