org.codehaus.wadi.servicespace.basic
Interface ServiceSpaceRegistry
- All Known Implementing Classes:
- BasicServiceSpaceRegistry
public interface ServiceSpaceRegistry
- Version:
- $Revision: 1538 $
register
void register(ServiceSpace serviceSpace)
throws ServiceSpaceAlreadyRegisteredException
- Throws:
ServiceSpaceAlreadyRegisteredException
unregister
void unregister(ServiceSpace serviceSpace)
throws ServiceSpaceNotFoundException
- Throws:
ServiceSpaceNotFoundException
getServiceSpace
ServiceSpace getServiceSpace(ServiceSpaceName serviceSpaceName)
throws ServiceSpaceNotFoundException
- Throws:
ServiceSpaceNotFoundException
getServiceSpaces
java.util.Set getServiceSpaces()
Copyright © 2008. All Rights Reserved.