org.apache.tuscany.sca.binding.dwr
Class DWRService

java.lang.Object
  extended by org.apache.tuscany.sca.binding.dwr.DWRService
All Implemented Interfaces:
ComponentLifecycle

public class DWRService
extends java.lang.Object
implements ComponentLifecycle

DWR Service.


Constructor Summary
DWRService(RuntimeComponent rc, RuntimeComponentService rcs, Binding binding, DWRBinding ab, ServletHost servletHost)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWRService

public DWRService(RuntimeComponent rc,
                  RuntimeComponentService rcs,
                  Binding binding,
                  DWRBinding ab,
                  ServletHost servletHost)
Method Detail

start

public void start()
Specified by:
start in interface ComponentLifecycle

stop

public void stop()
Specified by:
stop in interface ComponentLifecycle