org.rhq.enterprise.server.resource.metadata
Class OperationMetadataManagerBean

java.lang.Object
  extended by org.rhq.enterprise.server.resource.metadata.OperationMetadataManagerBean
All Implemented Interfaces:
OperationMetadataManagerLocal

public class OperationMetadataManagerBean
extends Object
implements OperationMetadataManagerLocal


Constructor Summary
OperationMetadataManagerBean()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationMetadataManagerBean

public OperationMetadataManagerBean()
Method Detail

updateMetadata

public void updateMetadata(org.rhq.core.domain.resource.ResourceType existingType,
                           org.rhq.core.domain.resource.ResourceType newType)
Description copied from interface: OperationMetadataManagerLocal
Update the operation definitions of existingType with the ones from resource type.

Specified by:
updateMetadata in interface OperationMetadataManagerLocal
Parameters:
existingType - The existing resource type with operation Definitions
newType - New resourceType definition with operationDefinitions


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