SMILA (incubation) API documentation

org.eclipse.smila.tomcat.starter
Class TomcatServiceImpl

java.lang.Object
  extended by org.eclipse.smila.tomcat.starter.TomcatServiceImpl
All Implemented Interfaces:
TomcatService

public class TomcatServiceImpl
extends java.lang.Object
implements TomcatService

Author:
Georg Schmidt (brox IT Solutions GmbH)

Field Summary
static java.lang.String BUNDLE_NAME
          The bundle name.
 
Constructor Summary
TomcatServiceImpl()
          Default Constructor.
 
Method Summary
protected  void activate(ComponentContext context)
          DS activate method.
protected  void deactivate(ComponentContext context)
          DS deactivate method.
 void start()
          Start the TomcatService.
 void stop()
          Start the TomcatService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
The bundle name.

See Also:
Constant Field Values
Constructor Detail

TomcatServiceImpl

public TomcatServiceImpl()
Default Constructor.

Method Detail

activate

protected void activate(ComponentContext context)
DS activate method.

Parameters:
context - ComponentContext

deactivate

protected void deactivate(ComponentContext context)
DS deactivate method.

Parameters:
context - the ComponentContext

start

public void start()
Start the TomcatService.

Specified by:
start in interface TomcatService
See Also:
TomcatService.start()

stop

public void stop()
Start the TomcatService.

Specified by:
stop in interface TomcatService
See Also:
TomcatService.stop()

SMILA (incubation) API documentation