org.rhq.enterprise.server.resource
Interface ProductVersionManagerLocal
- All Known Implementing Classes:
- ProductVersionManagerBean
public interface ProductVersionManagerLocal
EJB interface to deal with product versions.
- Author:
- Jason Dobies
addProductVersion
ProductVersion addProductVersion(ResourceType resourceType,
java.lang.String version)
- Adds a new product version into the system, returning the entity representation. If the product version already
exists, the entity will simply be returned.
- Parameters:
resourceType - cannot be nullversion - cannot be null
- Returns:
- product version persisted entity
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.