|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.wadi.servicespace.basic.BasicServiceSpaceRegistry
public class BasicServiceSpaceRegistry
| Constructor Summary | |
|---|---|
BasicServiceSpaceRegistry()
|
|
| Method Summary | |
|---|---|
ServiceSpace |
getServiceSpace(ServiceSpaceName serviceSpaceName)
|
java.util.Set |
getServiceSpaces()
|
void |
register(ServiceSpace serviceSpace)
|
void |
unregister(ServiceSpace serviceSpace)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicServiceSpaceRegistry()
| Method Detail |
|---|
public void register(ServiceSpace serviceSpace)
throws ServiceSpaceAlreadyRegisteredException
register in interface ServiceSpaceRegistryServiceSpaceAlreadyRegisteredException
public void unregister(ServiceSpace serviceSpace)
throws ServiceSpaceNotFoundException
unregister in interface ServiceSpaceRegistryServiceSpaceNotFoundException
public ServiceSpace getServiceSpace(ServiceSpaceName serviceSpaceName)
throws ServiceSpaceNotFoundException
getServiceSpace in interface ServiceSpaceRegistryServiceSpaceNotFoundExceptionpublic java.util.Set getServiceSpaces()
getServiceSpaces in interface ServiceSpaceRegistry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||