|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.resource.metadata.ResourceMetadataManagerBean
public class ResourceMetadataManagerBean
This class manages the metadata for resources. Plugins are registered against this bean so that their metadata can be pulled out and stored as necessary.
| Constructor Summary | |
|---|---|
ResourceMetadataManagerBean()
|
|
| Method Summary | |
|---|---|
void |
completeRemoveResourceType(Subject subject,
ResourceType existingType)
Exists only to for transactional boundary reasons. |
void |
getPluginTypes(Subject subject,
String pluginName,
Set<ResourceType> legitTypes,
Set<ResourceType> obsoleteTypes,
PluginMetadataManager metadataCache)
Exists only to for transactional boundary reasons. |
void |
removeObsoleteSubCategories(Subject subject,
ResourceType newType,
ResourceType existingType)
Remove all subcategory definitions that are in the existing type but not in the new type. |
void |
removeObsoleteTypes(Subject subject,
String pluginName,
PluginMetadataManager metadataCache)
|
void |
updateTypes(Set<ResourceType> resourceTypes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceMetadataManagerBean()
| Method Detail |
|---|
public void updateTypes(Set<ResourceType> resourceTypes)
throws Exception
updateTypes in interface ResourceMetadataManagerLocalException
public void removeObsoleteTypes(Subject subject,
String pluginName,
PluginMetadataManager metadataCache)
removeObsoleteTypes in interface ResourceMetadataManagerLocal
public void getPluginTypes(Subject subject,
String pluginName,
Set<ResourceType> legitTypes,
Set<ResourceType> obsoleteTypes,
PluginMetadataManager metadataCache)
ResourceMetadataManagerLocal
getPluginTypes in interface ResourceMetadataManagerLocal
public void completeRemoveResourceType(Subject subject,
ResourceType existingType)
ResourceMetadataManagerLocal
completeRemoveResourceType in interface ResourceMetadataManagerLocal
public void removeObsoleteSubCategories(Subject subject,
ResourceType newType,
ResourceType existingType)
removeObsoleteSubCategories in interface ResourceMetadataManagerLocalnewType - new resource type containing updated definitionsexistingType - old resource type with existing definitions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||