Project JXTA

net.jxta.rendezvous
Class RendezvousEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.jxta.rendezvous.RendezvousEvent
All Implemented Interfaces:
java.io.Serializable

public class RendezvousEvent
extends java.util.EventObject

Container for PipeMsgEvent events.

See Also:
Serialized Form

Field Summary
static int CLIENTCONNECT
           
static int CLIENTDISCONNECT
           
static int CLIENTFAILED
           
static int CLIENTRECONNECT
           
static int RDVCONNECT
           
static int RDVDISCONNECT
           
static int RDVFAILED
           
static int RDVRECONNECT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RendezvousEvent(java.lang.Object source, int type, ID peer)
          Creates a new event
 
Method Summary
 java.lang.String getPeer()
          Returns the event type
 int getType()
          Returns the event type
 
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

RDVCONNECT

public static final int RDVCONNECT

RDVRECONNECT

public static final int RDVRECONNECT

CLIENTCONNECT

public static final int CLIENTCONNECT

CLIENTRECONNECT

public static final int CLIENTRECONNECT

RDVDISCONNECT

public static final int RDVDISCONNECT

RDVFAILED

public static final int RDVFAILED

CLIENTDISCONNECT

public static final int CLIENTDISCONNECT

CLIENTFAILED

public static final int CLIENTFAILED
Constructor Detail

RendezvousEvent

public RendezvousEvent(java.lang.Object source,
                       int type,
                       ID peer)
Creates a new event
Parameters:
source - The object on which the Event initially occurred
the - event type
the - peer associated with the event
Method Detail

getType

public int getType()
Returns the event type
Returns:
int type

getPeer

public java.lang.String getPeer()
Returns the event type
Returns:
the peer associated with the event

Project JXTA