SMILA 1.0 API documentation

org.eclipse.smila.product
Class Application

java.lang.Object
  extended by org.eclipse.smila.product.Application

public class Application
extends java.lang.Object

The Application.

Author:
August Georg Schmidt (brox IT-Solutions GmbH)

Constructor Summary
Application()
           
 
Method Summary
 java.lang.Object start(IApplicationContext context)
          
 void stop()
          
 
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

start

public java.lang.Object start(IApplicationContext context)
                       throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.eclipse.equinox.app.IApplication#start(org.eclipse.equinox.app.IApplicationContext)

stop

public void stop()

See Also:
org.eclipse.equinox.app.IApplication#stop()

SMILA 1.0 API documentation