org.cogchar.app.puma.registry
Interface PumaRegistryClient

All Known Implementing Classes:
PumaRegistryClientImpl

public interface PumaRegistryClient

Legitimate PUMA application services are accessed through this interface. It is the top-level handle used by client code to interact with PUMA. PumaRegistryClient is a service object that may be registered/found through plain OSGi registry or JFlux lifecycle.

Author:
Stu B.

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 v, org.appdapter.core.name.Ident optSpecID)
           
 void putWebMapper(PumaWebMapper wm, org.appdapter.core.name.Ident optSpecID)
           
 

Method Detail

getCtxMediator

PumaContextMediator getCtxMediator(org.appdapter.core.name.Ident optSpecID)

getConfigMgr

PumaConfigManager getConfigMgr(org.appdapter.core.name.Ident optSpecID)

getTargetBoxSpace

BoxSpace getTargetBoxSpace(org.appdapter.core.name.Ident optSpecID)

getCommandSpace

CommandSpace getCommandSpace(org.appdapter.core.name.Ident optSpecID)

getVWorldMapper

PumaVirtualWorldMapper getVWorldMapper(org.appdapter.core.name.Ident optSpecID)

putVWorldMapper

void putVWorldMapper(PumaVirtualWorldMapper v,
                     org.appdapter.core.name.Ident optSpecID)

getWebMapper

PumaWebMapper getWebMapper(org.appdapter.core.name.Ident optSpecID)

putWebMapper

void putWebMapper(PumaWebMapper wm,
                  org.appdapter.core.name.Ident optSpecID)

getResFileCLsForCat

List<ClassLoader> getResFileCLsForCat(ResourceFileCategory cat)


Copyright © 2010-2013. All Rights Reserved.