Extension SDK

oracle.jdeveloper.cm
Interface WritableConnectionStore

All Superinterfaces:
ConnectionStore
All Known Implementing Classes:
DefaultConnectionStore, PropertiesConnectionStore

public interface WritableConnectionStore
extends ConnectionStore

Interface which is responsible for the writing of the ConnectionManager's connection descriptors.


Method Summary
 void write(java.lang.String outputFile, java.util.List descriptors, boolean stripPasswords)
          Writes the list of descriptors to storage.
 
Methods inherited from interface oracle.jdeveloper.cm.ConnectionStore
read
 

Method Detail

write

public void write(java.lang.String outputFile,
                  java.util.List descriptors,
                  boolean stripPasswords)
           throws CMException
Writes the list of descriptors to storage.

Parameters:
outputFile - the file which will get the data,
descriptors - the descriptors to save
stripPasswords - should the passwords be removed before writing.
Throws:
CMException

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.