예제 #1
0
  /** Initializes this adapter. */
  protected void initialize() {
    super.initialize();

    this.setConfigRequired(true);
    this.pools = new Vector();
  }
예제 #2
0
 /**
  * Initializes this new model. ReadConnectionPool, WriteConnectionPool, and SequenceConnectionPool
  * are stored in their corresponding instance variable.
  */
 protected void initialize(Object newConfig) {
   super.initialize(newConfig);
 }
  /** Initializes this adapter. */
  protected void initialize(Object newConfig) {
    super.initialize(newConfig);

    this.setLogin(buildLogin());
  }