All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.MulticastListener

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----ncsa.habanero.MulticastListener

public class MulticastListener
extends Thread

Constructor Index

 o MulticastListener(ClientListener, String, int)

Method Index

 o handleInput(MarshallInput)
 o multicastAllocateResources(String, int)
 o run()
 o setParent(ClientListener)

Constructors

 o MulticastListener
 public MulticastListener(ClientListener parent,
                          String address,
                          int port) throws IOException

Methods

 o setParent
 public void setParent(ClientListener parent)
 o multicastAllocateResources
 public void multicastAllocateResources(String address,
                                        int port) throws IOException
 o run
 public void run()
Overrides:
run in class Thread
 o handleInput
 protected boolean handleInput(MarshallInput in)

All Packages  Class Hierarchy  This Package  Previous  Next  Index