Extension SDK

oracle.jdeveloper.cm
Interface ConnectionStore

All Known Subinterfaces:
WritableConnectionStore

public interface ConnectionStore

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


Method Summary
 java.util.List read()
          Read all of the descriptors from storage.
 

Method Detail

read

public java.util.List read()
Read all of the descriptors from storage.

Extension SDK