org.rhq.enterprise.server.resource
Class ProductVersionManagerBean
java.lang.Object
org.rhq.enterprise.server.resource.ProductVersionManagerBean
- All Implemented Interfaces:
- ProductVersionManagerLocal
public class ProductVersionManagerBean
- extends Object
- implements ProductVersionManagerLocal
SLSB implementation of the ProductVersionManagerLocal.
- Author:
- Jason Dobies
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductVersionManagerBean
public ProductVersionManagerBean()
addProductVersion
public ProductVersion addProductVersion(ResourceType resourceType,
String version)
- Description copied from interface:
ProductVersionManagerLocal
- Adds a new product version into the system, returning the entity representation. If the product version already
exists, the entity will simply be returned.
- Specified by:
addProductVersion in interface ProductVersionManagerLocal
- Parameters:
resourceType - cannot be nullversion - cannot be null
- Returns:
- product version persisted entity
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.