jist.swans.app
Interface AppInterface

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless
All Known Implementing Classes:
AppHeartbeat, AppJava

public interface AppInterface
extends JistAPI.Proxiable

Interface for Application entities.

Since:
SWANS1.0
Version:
$Id: AppInterface.java,v 1.8 2005/03/13 14:43:34 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static interface AppInterface.TcpApp
          Application that supports TCP sockets.
static interface AppInterface.ThreadedApp
          Application that supports threading.
static interface AppInterface.UdpApp
          Application that supports UDP sockets.
 
Method Summary
 void run()
          Run application.
 void run(java.lang.String[] args)
          Run application.
 

Method Detail

run

void run()
Run application.


run

void run(java.lang.String[] args)
Run application.

Parameters:
args - command-line parameters