|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMUM.metadataService.MetadataServiceManager
MUM.metadataService.GenericMetadataServiceManager
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 |
public GenericMetadataServiceManager(Environment env, ComponentInfo rootCI, ComponentInfo fatherCI, IPolicy currentPolicy)
env
- The EnvironmentrootCI
- The root ComponentInfofatherCI
- The father ComponentInfocurrentPolicy
- The current policy for the metadata serviceMethod Detail |
public ComponentInfo getFatherMetadataServiceConnectionMakerInfo()
public void setFatherMetadataServiceConnectionMakerInfo(ComponentInfo info)
public ComponentInfo getRootMetadataServiceConnectionMakerInfo()
public void setRootMetadataServiceConnectionMakerInfo(ComponentInfo info)
public boolean isReady()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |