|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerChangeLockInfo
public class BrokerChangeLockInfo
This class is a data structure used to describe the result of acquiring the broker change lock.
Field Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean acquired
public java.lang.String client_id
public int session_id
public BrokerDate lock_time
Constructor Detail |
---|
public BrokerChangeLockInfo()
public BrokerChangeLockInfo(boolean new_acquired, java.lang.String new_client_id, int new_session_id, BrokerDate new_lock_time)
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |