org.codehaus.wadi.servicespace.admin
Class ClusterCommandEndPoint

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

public class ClusterCommandEndPoint
extends java.lang.Object
implements CommandEndPoint

Version:
$Revision: 1538 $

Field Summary
 
Fields inherited from interface org.codehaus.wadi.servicespace.admin.CommandEndPoint
NAME
 
Constructor Summary
ClusterCommandEndPoint(ServiceSpace serviceSpace)
           
 
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

ClusterCommandEndPoint

public ClusterCommandEndPoint(ServiceSpace serviceSpace)
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.