com.bea.dsp.management.beans
Class DataSourceConfig

java.lang.Object
  extended by com.bea.dsp.management.beans.DataSourceConfig
All Implemented Interfaces:
Validatable, java.io.Serializable
Direct Known Subclasses:
FileDataSourceConfig, HierarchicalDataSourceConfig, JavaDataSourceConfig

public class DataSourceConfig
extends java.lang.Object
implements java.io.Serializable, Validatable

See Also:
Serialized Form

Method Summary
 DataSourceId getDataSourceId()
           
 java.util.Set<java.lang.String> getDependents()
           
 java.lang.String getNewId()
           
 java.lang.String getServiceAccountName()
          Returns the name of the service account that is configured for this data source.
 void setNewId(java.lang.String newId)
           
 void setServiceAccountName(java.lang.String serviceAccountName)
           
 void validate()
          Validates bean specific attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataSourceId

public DataSourceId getDataSourceId()

getNewId

public java.lang.String getNewId()

setNewId

public void setNewId(java.lang.String newId)

getServiceAccountName

public java.lang.String getServiceAccountName()
Returns the name of the service account that is configured for this data source. The returned value could be null if no service account is configured.

Returns:
service account for this datasource

setServiceAccountName

public void setServiceAccountName(java.lang.String serviceAccountName)

validate

public void validate()
              throws ValidationException
Description copied from interface: Validatable
Validates bean specific attributes.

Specified by:
validate in interface Validatable
Throws:
ValidationException - if the validation fails.

getDependents

public java.util.Set<java.lang.String> getDependents()


Copyright © 2007 BEA Systems Inc. All Rights Reserved.