org.codehaus.wadi.servicespace.admin
Class AdminServiceSpace

java.lang.Object
  extended by org.codehaus.wadi.servicespace.basic.BasicServiceSpace
      extended by org.codehaus.wadi.servicespace.admin.AdminServiceSpace
All Implemented Interfaces:
Lifecycle, ServiceSpace

public class AdminServiceSpace
extends BasicServiceSpace

Version:
$Revision: 1538 $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.wadi.servicespace.basic.BasicServiceSpace
BasicServiceSpace.ServiceSpaceLifecycleEndpoint, BasicServiceSpace.UnderlyingClusterListener
 
Field Summary
static ServiceSpaceName NAME
           
 
Fields inherited from class org.codehaus.wadi.servicespace.basic.BasicServiceSpace
dispatcher, underlyingDispatcher
 
Constructor Summary
AdminServiceSpace(org.codehaus.wadi.group.Dispatcher underlyingDispatcher, ClassIndexerRegistry serviceClassIndexerRegistry)
           
 
Method Summary
 CommandEndPoint getCommandEndPoint()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.codehaus.wadi.servicespace.basic.BasicServiceSpace
addServiceSpaceListener, equals, getDispatcher, getHostingPeers, getLocalPeer, getServiceMonitor, getServiceProxyFactory, getServiceRegistry, getServiceSpaceName, getServiceSpaceRegistry, getUnderlyingDispatcher, hashCode, newDispatcher, newServiceMonitor, newServiceRegistry, newServiceSpaceRegistryFactory, notifyListeners, processLifecycleEvent, registerEndPoints, registerServiceSpace, removeServiceSpaceListener, sendLifecycleEventToCluster, toString, unregisterEndPoints, unregisterServiceSpace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final ServiceSpaceName NAME
Constructor Detail

AdminServiceSpace

public AdminServiceSpace(org.codehaus.wadi.group.Dispatcher underlyingDispatcher,
                         ClassIndexerRegistry serviceClassIndexerRegistry)
Method Detail

getCommandEndPoint

public CommandEndPoint getCommandEndPoint()

start

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

stop

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


Copyright © 2010. All Rights Reserved.