|
||||||||||
| 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(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.ResourceType existingType)
Exists only to for transactional boundary reasons. |
void |
getPluginTypes(org.rhq.core.domain.auth.Subject subject,
String pluginName,
Set<org.rhq.core.domain.resource.ResourceType> legitTypes,
Set<org.rhq.core.domain.resource.ResourceType> obsoleteTypes,
PluginMetadataManager metadataCache)
Exists only to for transactional boundary reasons. |
void |
removeObsoleteSubCategories(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.ResourceType newType,
org.rhq.core.domain.resource.ResourceType existingType)
Remove all subcategory definitions that are in the existing type but not in the new type. |
void |
removeObsoleteTypes(org.rhq.core.domain.auth.Subject subject,
String pluginName,
PluginMetadataManager metadataCache)
|
void |
updateDriftMetadata(org.rhq.core.domain.resource.ResourceType existingType,
org.rhq.core.domain.resource.ResourceType resourceType)
TODO: do we want to create a driftMetadataManager SLSB and put this in there |
void |
updateTypes(Set<org.rhq.core.domain.resource.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<org.rhq.core.domain.resource.ResourceType> resourceTypes)
throws Exception
updateTypes in interface ResourceMetadataManagerLocalException
public void removeObsoleteTypes(org.rhq.core.domain.auth.Subject subject,
String pluginName,
PluginMetadataManager metadataCache)
removeObsoleteTypes in interface ResourceMetadataManagerLocal
public void getPluginTypes(org.rhq.core.domain.auth.Subject subject,
String pluginName,
Set<org.rhq.core.domain.resource.ResourceType> legitTypes,
Set<org.rhq.core.domain.resource.ResourceType> obsoleteTypes,
PluginMetadataManager metadataCache)
ResourceMetadataManagerLocal
getPluginTypes in interface ResourceMetadataManagerLocal
public void completeRemoveResourceType(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.ResourceType existingType)
ResourceMetadataManagerLocal
completeRemoveResourceType in interface ResourceMetadataManagerLocal
public void updateDriftMetadata(org.rhq.core.domain.resource.ResourceType existingType,
org.rhq.core.domain.resource.ResourceType resourceType)
ResourceMetadataManagerLocal
updateDriftMetadata in interface ResourceMetadataManagerLocal
public void removeObsoleteSubCategories(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.resource.ResourceType newType,
org.rhq.core.domain.resource.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 | |||||||||