edu.washington.cs.supple.net.browser
Class Browser

java.lang.Object
  extended byedu.washington.cs.supple.application.AbstractSuppleApplication
      extended byedu.washington.cs.supple.net.browser.Browser
All Implemented Interfaces:
SuppleApplication

public final class Browser
extends AbstractSuppleApplication

Browser is a SUPPLE application that can launch remote SUPPLE applications that it finds on the local network.

Author:
dbc1

Field Summary
static BeanlikeValueDescriptor VDESC_ENTRY
          Mapping for directory entries.
 
Constructor Summary
Browser()
           
 
Method Summary
 SuppleApplicationSession createSession()
          Factory method to create an application session.
 UiObject createUi()
           
static void main(java.lang.String[] args)
           
 void start()
          SuppleApplications receive this signal when they are first created by the containing application server.
 
Methods inherited from class edu.washington.cs.supple.application.AbstractSuppleApplication
getDisplayName, getId, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VDESC_ENTRY

public static BeanlikeValueDescriptor VDESC_ENTRY
Mapping for directory entries.

Constructor Detail

Browser

public Browser()
Method Detail

createSession

public SuppleApplicationSession createSession()
Description copied from interface: SuppleApplication
Factory method to create an application session.

Specified by:
createSession in interface SuppleApplication
Specified by:
createSession in class AbstractSuppleApplication

start

public void start()
Description copied from interface: SuppleApplication
SuppleApplications receive this signal when they are first created by the containing application server. Implementors can use this method to precreate objects and configuration that will be shared across application sessions.

Specified by:
start in interface SuppleApplication
Overrides:
start in class AbstractSuppleApplication

createUi

public UiObject createUi()

main

public static void main(java.lang.String[] args)