protected static class Locking.Response
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected int |
lock_id |
protected java.lang.String |
lock_name |
protected Owner |
owner |
protected Locking.Type |
type |
构造器和说明 |
---|
Locking.Response(Locking.Type type,
Owner owner,
java.lang.String lock_name,
int lock_id) |
protected final Locking.Type type
protected final Owner owner
protected final java.lang.String lock_name
protected final int lock_id
public Locking.Response(Locking.Type type, Owner owner, java.lang.String lock_name, int lock_id)