protected static class Locking.Response
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
lock_id |
protected java.lang.String |
lock_name |
protected Owner |
owner |
protected Locking.Type |
type |
Constructor and Description |
---|
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 Response(Locking.Type type, Owner owner, java.lang.String lock_name, int lock_id)
Copyright © 1998-2020 Red Hat. All Rights Reserved.