MUM.metadataService
Class GenericMetadataServiceManager

java.lang.Object
  extended byMUM.metadataService.MetadataServiceManager
      extended byMUM.metadataService.GenericMetadataServiceManager
All Implemented Interfaces:
IMetadataServiceManager

public class GenericMetadataServiceManager
extends MetadataServiceManager

This class is the metadata service manager for a generic default place


Field Summary
 
Fields inherited from class MUM.metadataService.MetadataServiceManager
childrenComponentInfo, componentInfo, connectionMaker, env, metadataCacheManager, metadataRepositoryBaseFile, metadataServiceDirManager, policiesManager
 
Constructor Summary
GenericMetadataServiceManager(Environment env, ComponentInfo rootCI, ComponentInfo fatherCI, IPolicy currentPolicy)
          Constructor: accepts as arguments the environment where it is istantiated, the component info of root and father
 
Method Summary
 ComponentInfo getFatherMetadataServiceConnectionMakerInfo()
          Get the father ComponentInfo
 ComponentInfo getRootMetadataServiceConnectionMakerInfo()
          Get the root ComponentInfo
 boolean isReady()
          True, if metadata service manager is ready
 void setFatherMetadataServiceConnectionMakerInfo(ComponentInfo info)
          Set the father ComponentInfo
 void setRootMetadataServiceConnectionMakerInfo(ComponentInfo info)
          Set the root ComponentInfo
 
Methods inherited from class MUM.metadataService.MetadataServiceManager
addChildMetadataServiceConnectionMakerInfo, getChildrenMetadataServiceConnectionMakerInfo, getCurrentPolicy, getMetadataAgent, getMetadataServiceConnectionMakerInfo, setCurrentPolicy, setMetadataServiceConnectionMakerInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericMetadataServiceManager

public GenericMetadataServiceManager(Environment env,
                                     ComponentInfo rootCI,
                                     ComponentInfo fatherCI,
                                     IPolicy currentPolicy)
Constructor: accepts as arguments the environment where it is istantiated, the component info of root and father

Parameters:
env - The Environment
rootCI - The root ComponentInfo
fatherCI - The father ComponentInfo
currentPolicy - The current policy for the metadata service
Method Detail

getFatherMetadataServiceConnectionMakerInfo

public ComponentInfo getFatherMetadataServiceConnectionMakerInfo()
Get the father ComponentInfo


setFatherMetadataServiceConnectionMakerInfo

public void setFatherMetadataServiceConnectionMakerInfo(ComponentInfo info)
Set the father ComponentInfo


getRootMetadataServiceConnectionMakerInfo

public ComponentInfo getRootMetadataServiceConnectionMakerInfo()
Get the root ComponentInfo


setRootMetadataServiceConnectionMakerInfo

public void setRootMetadataServiceConnectionMakerInfo(ComponentInfo info)
Set the root ComponentInfo


isReady

public boolean isReady()
True, if metadata service manager is ready



Copyright © 2004 Luca Foschini