org.codehaus.wadi.servicespace
Interface ServiceSpace

All Superinterfaces:
Lifecycle
All Known Implementing Classes:
AdminServiceSpace, BasicServiceSpace

public interface ServiceSpace
extends Lifecycle

Version:
$Revision: 1538 $

Method Summary
 void addServiceSpaceListener(ServiceSpaceListener listener)
           
 Dispatcher getDispatcher()
           
 java.util.Set<Peer> getHostingPeers()
           
 LocalPeer getLocalPeer()
           
 ServiceMonitor getServiceMonitor(ServiceName serviceName)
           
 ServiceProxyFactory getServiceProxyFactory(ServiceName serviceName, java.lang.Class[] interfaces)
           
 ServiceRegistry getServiceRegistry()
           
 ServiceSpaceName getServiceSpaceName()
           
 void removeServiceSpaceListener(ServiceSpaceListener listener)
           
 
Methods inherited from interface org.codehaus.wadi.core.Lifecycle
start, stop
 

Method Detail

getServiceSpaceName

ServiceSpaceName getServiceSpaceName()

getLocalPeer

LocalPeer getLocalPeer()

getHostingPeers

java.util.Set<Peer> getHostingPeers()

getServiceRegistry

ServiceRegistry getServiceRegistry()

getServiceMonitor

ServiceMonitor getServiceMonitor(ServiceName serviceName)

getServiceProxyFactory

ServiceProxyFactory getServiceProxyFactory(ServiceName serviceName,
                                           java.lang.Class[] interfaces)

addServiceSpaceListener

void addServiceSpaceListener(ServiceSpaceListener listener)

removeServiceSpaceListener

void removeServiceSpaceListener(ServiceSpaceListener listener)

getDispatcher

Dispatcher getDispatcher()


Copyright © 2010. All Rights Reserved.