Class jive.erlang.Deliverer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jive.erlang.Deliverer

java.lang.Object
   |
   +----jive.erlang.Deliverer

public class Deliverer
extends Object
implements Runnable
Deliverer will start a thread that delivers a message to the server. The Deliverer class is only used by ESock to perform asynchronous message passing.
Author:
Kaj Nygren (kaj@medialab.ericsson.se), Joakim Grebenö (jocke@erix.ericsson.se)

Constructor Index

 o Deliverer()
 o Deliverer(byte[])
Creates a new Deliverer that will send a message through a socket.

Method Index

 o run()
This method is executed by the sender thread.

Constructors

 o Deliverer
  public Deliverer()
 o Deliverer
  public Deliverer(byte message[])
Creates a new Deliverer that will send a message through a socket.

Methods

 o run
  public void run()
This method is executed by the sender thread. The method sends a message (given as a byte array) through a socket to the Erlang server.

All Packages  Class Hierarchy  This Package  Previous  Next  Index