Bees v0.5.0 API

bees.core
Class ApplicationBDomain

java.lang.Object
  |
  +--bees.core.ApplicationBDomain

public final class ApplicationBDomain
extends java.lang.Object

A domain for starting up a Bees application.


Method Summary
static Application currentApplication()
           
static void main(java.lang.String[] args, ObjectTree capabilities)
          The "main" method for the domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

currentApplication

public static Application currentApplication()
Returns:
The current application for this domain.

main

public static void main(java.lang.String[] args,
                        ObjectTree capabilities)
The "main" method for the domain. This method will assume the first argument is the name of an Application class and the rest are the arguments to this class. It will then construct an instance of the Application class and call its "start" method with the given arguments.
Parameters:
args - The arguments to the domain.
capabilities - The capability arguments to the domain.

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/