| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.PropertiesPersistenceHook
public class PropertiesPersistenceHook
| Constructor Summary | |
|---|---|
| PropertiesPersistenceHook() | |
| Method Summary | |
|---|---|
|  boolean | arePropertiesComplete(java.util.Properties props)Allows the framework to determine whether or not a connection dialog needs to be displayed prior to opening a connection to the server (e.g. | 
|  java.lang.String | getConnectionPropertiesPageID()Returns the ID of the property page used to collect the information required to make the property set complete. | 
|  java.util.Properties | getPersitentProperties(java.util.Properties props)Returns the property set that should be persisted by the framework. | 
|  java.util.Properties | populateTransientProperties(java.util.Properties props)Returns a property set which includes any transient or derived properties that must be set prior to usage. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertiesPersistenceHook()
| Method Detail | 
|---|
public java.util.Properties getPersitentProperties(java.util.Properties props)
IPropertiesPersistenceHook
getPersitentProperties in interface IPropertiesPersistenceHookprops - the properties currently associated with a connection
        profile
public java.util.Properties populateTransientProperties(java.util.Properties props)
IPropertiesPersistenceHook
populateTransientProperties in interface IPropertiesPersistenceHookprops - the properties loaded from the workspace
public boolean arePropertiesComplete(java.util.Properties props)
IPropertiesPersistenceHook
arePropertiesComplete in interface IPropertiesPersistenceHookprops - the property set to inspect
public java.lang.String getConnectionPropertiesPageID()
IPropertiesPersistenceHook
getConnectionPropertiesPageID in interface IPropertiesPersistenceHook| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||