|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SystemManagerRemote
| Method Summary | |
|---|---|
ProductInfo |
getProductInfo(Subject subject)
Provides product information suitable for "About" details. |
ServerDetails |
getServerDetails(Subject subject)
Provides details (such as product version) of the server processing the request. |
Properties |
getSystemConfiguration(Subject subject)
Get the server cloud configuration. |
void |
setSystemConfiguration(Subject subject,
Properties properties,
boolean skipValidation)
Set the server cloud configuration. |
| Method Detail |
|---|
ProductInfo getProductInfo(Subject subject)
subject - user making the request
ServerDetails getServerDetails(Subject subject)
subject - user making the request
Properties getSystemConfiguration(Subject subject)
subject - user making the request
void setSystemConfiguration(Subject subject,
Properties properties,
boolean skipValidation)
throws Exception
subject - the user who wants to change the settingsproperties - the new system configuration settingsskipValidation - if true, validation will not be performed on the properties
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||