All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.Retransmit

java.lang.Object
   |
   +----iBus.Event
           |
           +----iBus.Retransmit

public class Retransmit
extends Event
A Retransmit encpasulates a retransmitted message


Constructor Index

 o Retransmit()
Create retransmit event to be deserialized.
 o Retransmit(MessageEvent, iBusURL)
Create retransmit event to be passed down the stack.

Method Index

 o getMessage()
Return the retransmitted message.
 o id()
Returns the identifier of this type of event.

Constructors

 o Retransmit
 public Retransmit(MessageEvent msg,
                   iBusURL destination)
Create retransmit event to be passed down the stack.

Parameters:
msg - the retransmitted message
destination - the destination of the retransmit
 o Retransmit
 public Retransmit()
Create retransmit event to be deserialized.

Methods

 o getMessage
 public MessageEvent getMessage()
Return the retransmitted message.

Returns:
the retransmitted message
 o id
 public int id()
Returns the identifier of this type of event.

Returns:
the identifier of this type of event
Overrides:
id in class Event

All Packages  Class Hierarchy  This Package  Previous  Next  Index