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)
           
 org.codehaus.wadi.group.Dispatcher getDispatcher()
           
 java.util.Set getHostingPeers()
           
 org.codehaus.wadi.group.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

org.codehaus.wadi.group.LocalPeer getLocalPeer()

getHostingPeers

java.util.Set 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

org.codehaus.wadi.group.Dispatcher getDispatcher()


Copyright © 2008. All Rights Reserved.