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

All Known Implementing Classes:
OperationMetadataManagerBean

public interface OperationMetadataManagerLocal


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

Method Detail

updateMetadata

void updateMetadata(org.rhq.core.domain.resource.ResourceType existingType,
                    org.rhq.core.domain.resource.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-2012 Red Hat, Inc.. All Rights Reserved.