org.codehaus.wadi.servicespace
Interface ServiceSpace
- All Superinterfaces:
- Lifecycle
- All Known Implementing Classes:
- AdminServiceSpace, BasicServiceSpace
public interface ServiceSpace
- extends Lifecycle
- Version:
- $Revision: 1538 $
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 © 2010. All Rights Reserved.