org.rhq.enterprise.server.resource.metadata
Interface OperationMetadataManagerLocal

All Known Implementing Classes:
OperationMetadataManagerBean

public interface OperationMetadataManagerLocal


Method Summary
 void updateMetadata(ResourceType existingType, ResourceType newType)
          Update the operation definitions of existingType with the ones from resource type.
 

Method Detail

updateMetadata

void updateMetadata(ResourceType existingType,
                    ResourceType newType)
Update the operation definitions of existingType with the ones from resource type.

Parameters:
existingType - The existing resource type with operation Definitions
newType - New resourceType definition with operationDefinitions


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.