org.codehaus.wadi.servicespace.admin
Class BasicCommandEndPoint

java.lang.Object
  extended by org.codehaus.wadi.servicespace.admin.BasicCommandEndPoint
All Implemented Interfaces:
Lifecycle, CommandEndPoint

public class BasicCommandEndPoint
extends java.lang.Object
implements CommandEndPoint

Version:
$Revision: 1538 $

Field Summary
 
Fields inherited from interface org.codehaus.wadi.servicespace.admin.CommandEndPoint
NAME
 
Constructor Summary
BasicCommandEndPoint(Dispatcher underlyingDispatcher, ServiceSpace serviceSpace, ServiceSpaceRegistry serviceSpaceRegistry)
           
 
Method Summary
 java.lang.Object execute(Command command)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCommandEndPoint

public BasicCommandEndPoint(Dispatcher underlyingDispatcher,
                            ServiceSpace serviceSpace,
                            ServiceSpaceRegistry serviceSpaceRegistry)
Method Detail

execute

public java.lang.Object execute(Command command)
Specified by:
execute in interface CommandEndPoint

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface Lifecycle
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Lifecycle
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.