- Common ways to obtain Recovery
private void myMethod () {Recovery r =
Credential credential;Extension recoverPlugin;Boolean noRecovery;new Recovery(credential, recoverPlugin, noRecovery)
XaDataSource xaDataSource;xaDataSource.getRecovery()
- Smart code suggestions by Codota
}
/** * Create a new Recovery. * * @param credential credential * @param recoverPlugin plugin * @param noRecovery niRecovery * @throws ValidateException in case of not valid metadata creation */ public Recovery(Credential credential, Extension recoverPlugin, Boolean noRecovery) throws ValidateException { super(); this.credential = credential; this.recoverPlugin = recoverPlugin; this.noRecovery = noRecovery; this.validate(); }