org.cogchar.app.puma.registry
Class PumaRegistryClientImpl

java.lang.Object
  extended by org.cogchar.app.puma.registry.PumaRegistryClientImpl
All Implemented Interfaces:
PumaRegistryClient

public class PumaRegistryClientImpl
extends Object
implements PumaRegistryClient

Author:
Stu B.

Constructor Summary
PumaRegistryClientImpl(org.osgi.framework.BundleContext optBundleContext, PumaContextMediator mediator)
           
 
Method Summary
 CommandSpace getCommandSpace(org.appdapter.core.name.Ident optSpecID)
           
 PumaConfigManager getConfigMgr(org.appdapter.core.name.Ident optSpecID)
           
 PumaContextMediator getCtxMediator(org.appdapter.core.name.Ident optSpecID)
           
 List<ClassLoader> getResFileCLsForCat(ResourceFileCategory cat)
           
 BoxSpace getTargetBoxSpace(org.appdapter.core.name.Ident optSpecID)
           
 PumaVirtualWorldMapper getVWorldMapper(org.appdapter.core.name.Ident optSpecID)
           
 PumaWebMapper getWebMapper(org.appdapter.core.name.Ident optSpecID)
           
 void putVWorldMapper(PumaVirtualWorldMapper vwm, org.appdapter.core.name.Ident optSpecID)
           
 void putWebMapper(PumaWebMapper wm, org.appdapter.core.name.Ident optSpecID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PumaRegistryClientImpl

public PumaRegistryClientImpl(org.osgi.framework.BundleContext optBundleContext,
                              PumaContextMediator mediator)
Method Detail

getCtxMediator

public PumaContextMediator getCtxMediator(org.appdapter.core.name.Ident optSpecID)
Specified by:
getCtxMediator in interface PumaRegistryClient

getConfigMgr

public PumaConfigManager getConfigMgr(org.appdapter.core.name.Ident optSpecID)
Specified by:
getConfigMgr in interface PumaRegistryClient

getTargetBoxSpace

public BoxSpace getTargetBoxSpace(org.appdapter.core.name.Ident optSpecID)
Specified by:
getTargetBoxSpace in interface PumaRegistryClient

getCommandSpace

public CommandSpace getCommandSpace(org.appdapter.core.name.Ident optSpecID)
Specified by:
getCommandSpace in interface PumaRegistryClient

getVWorldMapper

public PumaVirtualWorldMapper getVWorldMapper(org.appdapter.core.name.Ident optSpecID)
Specified by:
getVWorldMapper in interface PumaRegistryClient

putVWorldMapper

public void putVWorldMapper(PumaVirtualWorldMapper vwm,
                            org.appdapter.core.name.Ident optSpecID)
Specified by:
putVWorldMapper in interface PumaRegistryClient

getWebMapper

public PumaWebMapper getWebMapper(org.appdapter.core.name.Ident optSpecID)
Specified by:
getWebMapper in interface PumaRegistryClient

putWebMapper

public void putWebMapper(PumaWebMapper wm,
                         org.appdapter.core.name.Ident optSpecID)
Specified by:
putWebMapper in interface PumaRegistryClient

getResFileCLsForCat

public List<ClassLoader> getResFileCLsForCat(ResourceFileCategory cat)
Specified by:
getResFileCLsForCat in interface PumaRegistryClient


Copyright © 2010-2013. All Rights Reserved.