urv.app
Class Application

java.lang.Object
  extended by urv.app.Application
Direct Known Subclasses:
AppTest, MembershipTest, RealTest, SimpleSenderApplication

public abstract class Application
extends java.lang.Object

Author:
Gerard Paris Aixala

Constructor Summary
Application()
           
 
Method Summary
protected  MChannel createMChannel(MulticastAddress mcastAddr)
           
 void registerAppLauncher(AppLauncher appLauncher)
           
abstract  void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

registerAppLauncher

public void registerAppLauncher(AppLauncher appLauncher)

start

public abstract void start()

createMChannel

protected MChannel createMChannel(MulticastAddress mcastAddr)