|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataServicesConfigMBean
An mbean that deals with the configuration of a data service. One is allowed to fetch an update details about a data service. The format of the data service id would be like "ld:folderpath/dataservicename.service".
| Field Summary | |
|---|---|
static java.lang.String |
NAME_PREFIX
|
| Method Summary | |
|---|---|
void |
setAdminDefinedSecureResourceConfigs(java.lang.String dataServiceId,
java.util.Collection<AdminDefinedSecureResourceConfig> configs)
Replaces the current list of admin resources. |
void |
setFunctionConfig(FunctionConfig config)
Updates configuration for the passed function. |
void |
setFunctionConfigs(java.lang.String dataServiceId,
java.util.List<FunctionConfig> configs)
Updates configurations for the passed functions. |
| Methods inherited from interface com.bea.dsp.management.configmbeans.ImmutableDataServicesConfigMBean |
|---|
getAdminDefinedSecureResourceConfigs, getAllFunctionIdsForDataService, getFunctionConfig, getFunctionConfigs, getUserDefinedSecureResources |
| Field Detail |
|---|
static final java.lang.String NAME_PREFIX
| Method Detail |
|---|
void setFunctionConfig(FunctionConfig config)
throws java.lang.Exception,
ValidationException
config -
ValidationException - if the validate method
of the config object fails
java.lang.Exception
void setFunctionConfigs(java.lang.String dataServiceId,
java.util.List<FunctionConfig> configs)
throws java.lang.Exception,
ValidationException
dataServiceId - configs - list of updated function config
ValidationException - if the validate method
of the config object fails
java.lang.Exception
void setAdminDefinedSecureResourceConfigs(java.lang.String dataServiceId,
java.util.Collection<AdminDefinedSecureResourceConfig> configs)
throws java.lang.Exception,
ValidationException
dataServiceId - configs - admin defined security config
ValidationException - if the validate method
of the config object fails
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||