public class BrokerChangeLockInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
acquired
True if the Broker Change Lock was acquired, false if not.
|
java.lang.String |
client_id
The ID of the client that currently holds the Broker Change Lock, if the lock could not be acquired.
|
BrokerDate |
lock_time
The time at which the Broker Change Lock was acquired by a different client.
|
int |
session_id
The session id of the client that currently holds the Broker Change Lock, if the lock could not be acquired.
|
Constructor and Description |
---|
BrokerChangeLockInfo()
Create a broker change lock information object.
|
BrokerChangeLockInfo(boolean new_acquired,
java.lang.String new_client_id,
int new_session_id,
BrokerDate new_lock_time)
Create and initialize.
|
public boolean acquired
public java.lang.String client_id
public int session_id
public BrokerDate lock_time
public BrokerChangeLockInfo()
public BrokerChangeLockInfo(boolean new_acquired, java.lang.String new_client_id, int new_session_id, BrokerDate new_lock_time)
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.