|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerTraceEvent
public class BrokerTraceEvent
This class is a data structure used to describe trace event.
Field Summary | |
---|---|
java.lang.String |
activation
The activation value from the event's envelope. |
java.lang.String |
app_name
The application name for the client on CLIENT_CREATE and CLIENT_DESTROY operations. |
java.lang.String |
broker_host
The hostname of the broker as set in 'broker_name'. |
java.lang.String |
broker_name
The name of the broker being added or removed from the territory on BROKER_ADDED and BROKER_REMOVED operations. |
java.lang.String |
businessContext
The businessContext value from the event's envelope. |
java.lang.String |
client_group
The client group name for the client on CLIENT_CREATE and CLIENT_DESTROY operations. |
java.lang.String |
client_id
The client ID being created or destroyed for CLIENT_CREATE, CLIENT_DESTROY, CLIENT_CONNECT, and CLIENT_DISCONNECT operations. |
java.lang.String |
dest_client_id
The client ID to which the event is being delivered for EVENT_PUBLISH, EVENT_ENQUEUE, EVENT_RECEIVE, and EVENT_DROP operations where the event was delivered rather than published by the sending client. |
int |
encrypt_level
Tells the encryption level of the client's connection. |
long |
event_id
The 64-bit identifier for the event. |
java.lang.String |
event_type_name
The event type name for EVENT_PUBLISH, EVENT_ENQUEUE, EVENT_RECEIVE, and EVENT_DROP operations. |
int |
flags
|
boolean |
has_run_level
Tells if the tag value is set. |
boolean |
has_tag
Tells if the tag value is set. |
long |
ip_address
The ip address of the client's host for CLIENT_CONNECT and CLIENT_DISCONNECT traces. |
boolean |
is_authenticated
Tells the client is authenticated with the broker. |
int |
is_WireFormatVersion
|
byte[] |
is_WireTags
The is_WireTags value from the event's envelope. |
int |
key
The trace key. |
java.lang.String |
locale
|
java.lang.String |
locking_id
The client ID that is holding a queue lock for CLIENT_LOCK, CLIENT_UNLOCK operartions. |
java.lang.String |
log_broker
|
java.lang.String |
log_host
|
java.lang.String |
other_string
The raw trace string. |
java.lang.String |
recv_client_id
The client ID for the receiving client for EVENT_ENQUEUE, EVENT_RECEIVE, and EVENT_DROP operations. |
int |
runLevel
To be used to set Adapter leveling in the new ART |
int |
seqn
The trace sequence number. |
int |
session_count
The number of open sessions for CLIENT_CONNECT and CLIENT_DISCONNECT traces. |
int |
session_id
The client session ID for CLIENT_CONNEDCT and CLIENT_DISCONNECT traces. |
int |
tag
The tag value from the event's envelope. |
static int |
TRACE_BROKER_ADDED
|
static int |
TRACE_BROKER_REMOVED
|
static int |
TRACE_CLIENT_CONNECT
|
static int |
TRACE_CLIENT_CREATE
|
static int |
TRACE_CLIENT_DESTROY
|
static int |
TRACE_CLIENT_DISCONNECT
|
static int |
TRACE_CLIENT_LOCK
|
static int |
TRACE_CLIENT_UNLOCK
|
static int |
TRACE_EVENT_DELETE
|
static int |
TRACE_EVENT_DROP
|
static int |
TRACE_EVENT_ENQUEUE
|
static int |
TRACE_EVENT_INSERT
|
static int |
TRACE_EVENT_PEEK
|
static int |
TRACE_EVENT_PUBLISH
|
static int |
TRACE_EVENT_RECEIVE
|
static int |
TRACE_OTHER
|
java.lang.String |
track_id
The tracking identifier from the event's envelope. |
java.lang.String |
uuid
The is_WireTags value from the event's envelope. |
Constructor Summary | |
---|---|
BrokerTraceEvent()
Create an empty entry |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TRACE_CLIENT_CREATE
public static final int TRACE_CLIENT_DESTROY
public static final int TRACE_CLIENT_CONNECT
public static final int TRACE_CLIENT_DISCONNECT
public static final int TRACE_CLIENT_LOCK
public static final int TRACE_CLIENT_UNLOCK
public static final int TRACE_BROKER_ADDED
public static final int TRACE_BROKER_REMOVED
public static final int TRACE_EVENT_PUBLISH
public static final int TRACE_EVENT_ENQUEUE
public static final int TRACE_EVENT_RECEIVE
public static final int TRACE_EVENT_DROP
public static final int TRACE_EVENT_INSERT
public static final int TRACE_EVENT_DELETE
public static final int TRACE_EVENT_PEEK
public static final int TRACE_OTHER
public int seqn
public int key
public java.lang.String client_id
public java.lang.String locking_id
public java.lang.String recv_client_id
public long ip_address
public int session_id
public int session_count
public java.lang.String dest_client_id
public java.lang.String broker_name
public java.lang.String broker_host
broker_name
public java.lang.String app_name
public java.lang.String client_group
public int encrypt_level
public boolean is_authenticated
public java.lang.String event_type_name
public boolean has_tag
public int tag
public java.lang.String track_id
public java.lang.String activation
public java.lang.String businessContext
public byte[] is_WireTags
public int is_WireFormatVersion
public java.lang.String locale
public java.lang.String uuid
public long event_id
public java.lang.String other_string
public int flags
public java.lang.String log_host
public java.lang.String log_broker
public boolean has_run_level
public int runLevel
Constructor Detail |
---|
public BrokerTraceEvent()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |