|
|||||||||
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)
Deprecated. use getSystemSettings(Subject) instead |
SystemSettings |
getSystemSettings(Subject subject)
Get the server cloud configuration. |
void |
setSystemConfiguration(Subject subject,
Properties properties,
boolean skipValidation)
Deprecated. use setSystemSettings(Subject, SystemSettings) instead |
void |
setSystemSettings(Subject subject,
SystemSettings settings)
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
@Deprecated Properties getSystemConfiguration(Subject subject)
getSystemSettings(Subject)
instead
SystemSettings getSystemSettings(Subject subject)
subject
- user making the request
@Deprecated void setSystemConfiguration(Subject subject, Properties properties, boolean skipValidation) throws Exception
setSystemSettings(Subject, SystemSettings)
instead
Exception
void setSystemSettings(Subject subject, SystemSettings settings) throws Exception
subject
- the user who wants to change the settingssettings
- the new system configuration settings
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |