org.rhq.enterprise.server.resource.metadata
Class OperationMetadataManagerBean
java.lang.Object
org.rhq.enterprise.server.resource.metadata.OperationMetadataManagerBean
- All Implemented Interfaces:
- OperationMetadataManagerLocal
public class OperationMetadataManagerBean
- extends Object
- implements 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationMetadataManagerBean
public OperationMetadataManagerBean()
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 DefinitionsnewType - New resourceType definition with operationDefinitions
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.