Java javax.ejb LockType fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb LockType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb LockType.

The text is from its open source code.

Field

LockTypeREAD
For read-only operations.
LockTypeWRITE
For exclusive access to the bean instance.