IP*Works! V9

ipworks
Class XmppPITrailEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ipworks.XmppPITrailEvent
All Implemented Interfaces:
java.io.Serializable

public class XmppPITrailEvent
extends java.util.EventObject

This event is fired for all protocol messages.

The PITrail event is useful for debugging purposes. It shows all the interaction between the client and the server, line by line.

SessionId will hold the session number that originated the PI. A value of 0 is reserved for all PI dealing with the IMServer .

The direction parameter shows the originator of the message:

0 (Client)
Pi originates from the client.
1 (Server)
Pi originates from the server.
2 (Info)
Pi is an informative message originating from within the bean.

The Pi parameter contains the PI message.

See Also:
Xmpp, Xmpp.PITrailEvent, Serialized Form

Field Summary
 int direction
           
 java.lang.String pi
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

direction

public int direction

pi

public java.lang.String pi

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.