SMILA (incubation) API documentation

org.eclipse.smila.webservice
Class Activator

java.lang.Object
  extended by org.eclipse.smila.webservice.Activator

public class Activator
extends java.lang.Object

The activator class controls the bundle life cycle.


Field Summary
static java.lang.String BUNDLE_ID
          The bundle ID.
 
Constructor Summary
Activator()
          The constructor.
 
Method Summary
static Activator getDefault()
          Returns the shared instance.
 void start(BundleContext context)
           Create and activate Webservice Publisher.
 void stop(BundleContext context)
           Stop and release the webservice publisher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_ID

public static final java.lang.String BUNDLE_ID
The bundle ID.

See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
The constructor.

Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception
Create and activate Webservice Publisher.

Throws:
java.lang.Exception

stop

public void stop(BundleContext context)
          throws java.lang.Exception
Stop and release the webservice publisher.

Throws:
java.lang.Exception

getDefault

public static Activator getDefault()
Returns the shared instance.

Returns:
the shared instance

SMILA (incubation) API documentation