public interface SystemManagerRemote
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.common.ProductInfo |
getProductInfo(org.rhq.core.domain.auth.Subject subject)
Provides product information suitable for "About" details.
|
org.rhq.core.domain.common.ServerDetails |
getServerDetails(org.rhq.core.domain.auth.Subject subject)
Provides details (such as product version) of the server processing the request.
|
Properties |
getSystemConfiguration(org.rhq.core.domain.auth.Subject subject)
Deprecated.
use
getSystemSettings(Subject) instead |
org.rhq.core.domain.common.composite.SystemSettings |
getSystemSettings(org.rhq.core.domain.auth.Subject subject)
Get the server cloud configuration.
|
void |
setSystemConfiguration(org.rhq.core.domain.auth.Subject subject,
Properties properties,
boolean skipValidation)
Deprecated.
use
setSystemSettings(Subject, SystemSettings) instead |
void |
setSystemSettings(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.composite.SystemSettings settings)
Set the server cloud configuration.
|
org.rhq.core.domain.common.ProductInfo getProductInfo(org.rhq.core.domain.auth.Subject subject)
subject - user making the requestorg.rhq.core.domain.common.ServerDetails getServerDetails(org.rhq.core.domain.auth.Subject subject)
subject - user making the request@Deprecated Properties getSystemConfiguration(org.rhq.core.domain.auth.Subject subject)
getSystemSettings(Subject) insteadorg.rhq.core.domain.common.composite.SystemSettings getSystemSettings(org.rhq.core.domain.auth.Subject subject)
subject - user making the request@Deprecated void setSystemConfiguration(org.rhq.core.domain.auth.Subject subject, Properties properties, boolean skipValidation) throws Exception
setSystemSettings(Subject, SystemSettings) insteadExceptionvoid setSystemSettings(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.common.composite.SystemSettings settings)
throws Exception
subject - the user who wants to change the settingssettings - the new system configuration settingsExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.