|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.dsp.management.beans.DataSourceConfig
public class DataSourceConfig
Nested Class Summary | |
---|---|
static class |
DataSourceConfig.ServiceAccountScope
This enum is used to define the scope in which a service account will be used for a data source. |
Method Summary | |
---|---|
DataSourceId |
getDataSourceId()
|
java.util.Set<java.lang.String> |
getDependents()
|
java.lang.String |
getNewId()
|
java.lang.String |
getServiceAccountName()
Deprecated. |
java.util.Map<DataSourceConfig.ServiceAccountScope,java.lang.String> |
getServiceAccountNames()
Gets all the service account names defined for this data sources. |
protected java.lang.Object |
readResolve()
|
void |
setNewId(java.lang.String newId)
|
void |
setServiceAccountName(java.lang.String serviceAccountName)
Deprecated. |
void |
setServiceAccountNames(java.util.Map<DataSourceConfig.ServiceAccountScope,java.lang.String> accountNames)
Sets the service accounts to be used by this data source. |
void |
validate()
Validates bean specific attributes. |
protected java.lang.Object |
writeReplace()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public DataSourceId getDataSourceId()
public java.lang.String getNewId()
public void setNewId(java.lang.String newId)
public java.lang.String getServiceAccountName()
public void setServiceAccountName(java.lang.String serviceAccountName)
serviceAccountName
- public java.util.Map<DataSourceConfig.ServiceAccountScope,java.lang.String> getServiceAccountNames()
for details about scope
public void setServiceAccountNames(java.util.Map<DataSourceConfig.ServiceAccountScope,java.lang.String> accountNames) throws ValidationException
accountNames
- new set of account names with their relation
ValidationException
- if any entry in the map is nullpublic void validate() throws ValidationException
Validatable
validate
in interface Validatable
ValidationException
- if the validation fails.public java.util.Set<java.lang.String> getDependents()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |