|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.activesw.api.client.BrokerClientInfo
public class BrokerClientInfo
This class is a data structure used to describe client information.
| Field Summary | |
|---|---|
short[] |
access_label
The client's access label. |
boolean |
ack_volatile
Whether or not volatile events must be explicitly acknowledged. |
java.lang.String |
admin_id
Client id of the admin client holding the queue lock |
java.lang.String |
app_name
The client application name. |
java.lang.String |
authenticator_name
The client's owner's authenticator name. |
boolean |
can_share_state
Whether or not the client can share state. |
java.lang.String |
client_group
The client group. |
java.lang.String |
client_id
The client ID. |
java.lang.String |
client_lifecycle
The client's lifecycle. |
boolean |
client_queue_locked
Client queue locked status |
java.lang.String |
client_storage
The client's storage. |
boolean |
forced_reconnect
Whether or not the forced reconnect feature set. |
long |
high_pub_seqn
The highest publish sequence number used by the client. |
BrokerDate |
lock_created
Time when the lock was acquired |
int |
session_id
Session id of the admin client holding the queue lock |
BrokerClientSession[] |
sessions
Information about any currently connected sessions. |
java.lang.String |
shared_event_ordering
The ordering mode applied to shared state client. |
int |
state_share_limit
The maximum number of shared state connections. |
java.lang.String |
user_name
The client's owner's user name. |
| Constructor Summary | |
|---|---|
BrokerClientInfo()
Create an empty client info. |
|
BrokerClientInfo(java.lang.String new_client_id,
java.lang.String new_client_group,
java.lang.String new_app_name,
boolean new_can_share_state,
java.lang.String new_shared_event_ordering,
int new_state_share_limit,
long new_high_pub_seqn)
Create an entry with values set. |
|
| Method Summary | |
|---|---|
java.lang.String |
toCompleteString()
Returns a string with the client info in a form suitable for human viewing. |
java.lang.String |
toString()
Returns a string with the client info in a form suitable for human viewing. |
java.lang.String |
toString(boolean show_transient_info)
Returns a string with the client info in a form suitable for human viewing. |
java.lang.String |
toString(int indent_level)
Returns a string with the client info in a form suitable for human viewing. |
java.lang.String |
toString(int indent_level,
boolean show_transient_info)
Returns a string with the client info in a form suitable for human viewing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String client_id
public java.lang.String client_group
public java.lang.String app_name
public boolean can_share_state
public int state_share_limit
public java.lang.String shared_event_ordering
public boolean forced_reconnect
public boolean ack_volatile
public java.lang.String client_storage
public java.lang.String client_lifecycle
public long high_pub_seqn
public java.lang.String user_name
public java.lang.String authenticator_name
public short[] access_label
public boolean client_queue_locked
public java.lang.String admin_id
public int session_id
public BrokerDate lock_created
public BrokerClientSession[] sessions
| Constructor Detail |
|---|
public BrokerClientInfo()
public BrokerClientInfo(java.lang.String new_client_id,
java.lang.String new_client_group,
java.lang.String new_app_name,
boolean new_can_share_state,
java.lang.String new_shared_event_ordering,
int new_state_share_limit,
long new_high_pub_seqn)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(boolean show_transient_info)
public java.lang.String toString(int indent_level)
public java.lang.String toString(int indent_level,
boolean show_transient_info)
public java.lang.String toCompleteString()
|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||