|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSpaceConfigMBean
An MBean to deal with all the configuration operations related to Data Space. The mbean is cluster and session aware.
| Field Summary | |
|---|---|
static java.lang.String |
NAME_PREFIX
|
| Method Summary | |
|---|---|
void |
createServiceAccount(ServiceAccountConfig config)
Creates a service account with the passed details. |
void |
deleteServiceAccount(java.lang.String serviceAccountName,
boolean unmapAll)
Deletes the service account for the passed name. |
void |
resetAuditConfig()
Resets the audit configuration to the default values in AuditStructures.xml. |
void |
setAccessControlConfig(AccessControlConfig config)
|
void |
setAdministratorDefinedProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Replaces the old set of properties with the passed values. |
void |
setAuditConfig(AuditConfig config)
|
void |
setDataCacheConfig(DataCacheConfig config)
Updates the data cache information for this data space. |
void |
setDescription(java.lang.String description)
Sets the description for this data space |
void |
setLoggingLevel(LoggingLevel level)
Updates the logging level at the data space level. |
void |
setMemoryManagementConfig(MemoryManagementConfig config)
Updates the memory management config for the data space. |
void |
setPlanCacheCapacity(int capacity)
Updates the capacity of the plan capacity. |
void |
setThreadConfig(ThreadConfig config)
Updates the thread configuration for this data space. |
void |
updateServiceAccount(ServiceAccountConfig config)
Updates a service account with the passed details. |
| Methods inherited from interface com.bea.dsp.management.configmbeans.ImmutableDataSpaceConfigMBean |
|---|
getAccessControlConfig, getAdministratorDefinedProperties, getAuditConfig, getDataCacheConfig, getDataSourceIdsUsingServiceAccount, getDescription, getId, getLoggingLevel, getMemoryManagementConfig, getPlanCacheCapacity, getServiceAccount, getServiceAccountNames, getServiceAccounts, getThreadConfig |
| Field Detail |
|---|
static final java.lang.String NAME_PREFIX
| Method Detail |
|---|
void setDescription(java.lang.String description)
throws java.lang.Exception
description -
java.lang.Exception
void setPlanCacheCapacity(int capacity)
throws ValidationException,
java.lang.Exception
capacity -
ValidationException - if the passed capacity is negative
java.lang.Exception
void setLoggingLevel(LoggingLevel level)
throws ValidationException,
java.lang.Exception
level -
ValidationException
java.lang.Exception
void setAdministratorDefinedProperties(java.util.Map<java.lang.String,java.lang.String> properties)
throws ValidationException,
java.lang.Exception
properties -
ValidationException - if either the property name or the value is null.
java.lang.Exception
void setThreadConfig(ThreadConfig config)
throws ValidationException,
java.lang.Exception
config -
ValidationException - if the validate method in the passed config fail.
java.lang.Exception
void setMemoryManagementConfig(MemoryManagementConfig config)
throws ValidationException,
java.lang.Exception
config -
ValidationException
java.lang.Exception
void setDataCacheConfig(DataCacheConfig config)
throws ValidationException,
java.lang.Exception
config -
ValidationException - if the validate method in the passed config fail.
java.lang.Exception
void setAccessControlConfig(AccessControlConfig config)
throws ValidationException,
java.lang.Exception
config -
ValidationException
java.lang.Exception
void setAuditConfig(AuditConfig config)
throws ValidationException,
java.lang.Exception
config -
ValidationException
java.lang.Exception
void resetAuditConfig()
throws java.lang.Exception
java.lang.Exception
void createServiceAccount(ServiceAccountConfig config)
throws java.lang.Exception
config -
java.lang.Exception
void updateServiceAccount(ServiceAccountConfig config)
throws java.lang.Exception
config -
java.lang.Exception
void deleteServiceAccount(java.lang.String serviceAccountName,
boolean unmapAll)
throws java.lang.Exception
serviceAccountName - unmapAll -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||