Uses of Interface
org.codehaus.wadi.servicespace.basic.ServiceSpaceRegistry

Packages that use ServiceSpaceRegistry
org.codehaus.wadi.servicespace.admin   
org.codehaus.wadi.servicespace.admin.commands   
org.codehaus.wadi.servicespace.basic   
 

Uses of ServiceSpaceRegistry in org.codehaus.wadi.servicespace.admin
 

Methods in org.codehaus.wadi.servicespace.admin with parameters of type ServiceSpaceRegistry
 java.lang.Object Command.execute(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
 

Constructors in org.codehaus.wadi.servicespace.admin with parameters of type ServiceSpaceRegistry
BasicCommandEndPoint(Dispatcher underlyingDispatcher, ServiceSpace serviceSpace, ServiceSpaceRegistry serviceSpaceRegistry)
           
 

Uses of ServiceSpaceRegistry in org.codehaus.wadi.servicespace.admin.commands
 

Methods in org.codehaus.wadi.servicespace.admin.commands with parameters of type ServiceSpaceRegistry
 java.lang.Object AbstractServiceCommand.execute(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
 java.lang.Object AbstractCountingCommand.execute(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
 java.lang.Object GetServiceSpaceInfos.execute(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
protected abstract  Dispatcher AbstractCountingCommand.getDispatcher(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
protected  Dispatcher CountingServiceSpaceEnvelopeCommand.getDispatcher(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
protected  Dispatcher CountingGlobalEnvelopeCommand.getDispatcher(Dispatcher underlyingDispatcher, LocalPeer localPeer, ServiceSpaceRegistry registry)
           
 

Uses of ServiceSpaceRegistry in org.codehaus.wadi.servicespace.basic
 

Classes in org.codehaus.wadi.servicespace.basic that implement ServiceSpaceRegistry
 class BasicServiceSpaceRegistry
           
 

Methods in org.codehaus.wadi.servicespace.basic that return ServiceSpaceRegistry
 ServiceSpaceRegistry ServiceSpaceRegistryFactory.getRegistryFor(Dispatcher underlyingDispatcher)
           
protected  ServiceSpaceRegistry BasicServiceSpace.getServiceSpaceRegistry()
           
protected  ServiceSpaceRegistry ServiceSpaceRegistryFactory.newServiceSpaceRegistry()
           
 



Copyright © 2010. All Rights Reserved.