| Package | Description |
|---|---|
| org.rhq.enterprise.server.alert | |
| org.rhq.enterprise.server.content | |
| org.rhq.enterprise.server.resource |
| Modifier and Type | Method and Description |
|---|---|
int |
AlertTemplateManagerBean.createAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertTemplate,
Integer resourceTypeId) |
int |
AlertTemplateManagerLocal.createAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
Integer resourceTypeId) |
| Modifier and Type | Method and Description |
|---|---|
List<org.rhq.core.domain.content.PackageType> |
ContentManagerBean.findPackageTypes(org.rhq.core.domain.auth.Subject subject,
String resourceTypeName,
String pluginName) |
List<org.rhq.core.domain.content.PackageType> |
ContentManagerLocal.findPackageTypes(org.rhq.core.domain.auth.Subject subject,
String resourceTypeName,
String pluginName) |
List<org.rhq.core.domain.content.PackageType> |
ContentManagerRemote.findPackageTypes(org.rhq.core.domain.auth.Subject subject,
String resourceTypeName,
String pluginName)
This gets the package types that can be deployed to the given resource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceTypeManagerLocal.ensureResourceType(org.rhq.core.domain.auth.Subject subject,
Integer resourceTypeId,
Integer[] resourceIds) |
boolean |
ResourceTypeManagerBean.ensureResourceType(org.rhq.core.domain.auth.Subject subject,
Integer resourceTypeId,
Integer[] resourceIds) |
org.rhq.core.domain.resource.ResourceType |
ResourceTypeManagerLocal.getResourceTypeById(org.rhq.core.domain.auth.Subject subject,
int id) |
org.rhq.core.domain.resource.ResourceType |
ResourceTypeManagerBean.getResourceTypeById(org.rhq.core.domain.auth.Subject subject,
int id) |
org.rhq.core.domain.resource.ResourceType |
ResourceTypeManagerRemote.getResourceTypeById(org.rhq.core.domain.auth.Subject subject,
int resourceTypeId) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.