|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.patch.PatchAdapter
public abstract class PatchAdapter
An abstract adapter class for receiving patch events, and implementing the PatchListener interface.
| Constructor Summary | |
|---|---|
PatchAdapter() |
|
| Method Summary | |
|---|---|
void |
patchApplyFinished(PatchEvent pe)Invoked when the patch application program has finished. |
void |
patchApplyStarted(PatchEvent pe)Invoked when the patch application program has started. |
void |
patchBufferChanging(PatchEvent pe)Invoked when the patch application is modifying a file buffer. |
void |
patchFileBackedUp(PatchEvent pe)Invoked when the patch application program has backed up a file. |
void |
patchFileBackupFailed(PatchEvent pe)Invoked when the patch application program has failed to back up a file. |
void |
patchFileCreated(PatchEvent pe)Invoked when the patch application program has created a file. |
void |
patchFileCreateFailed(PatchEvent pe)Invoked when the patch application program has failed to create a file. |
void |
patchFileDeleted(PatchEvent pe)Invoked when the patch application program has deleted a file. |
void |
patchFileDeleteFailed(PatchEvent pe)Invoked when the patch application program has failed to delete a file. |
void |
patchFileSaved(PatchEvent pe)Invoked when the patch application program has saved a file. |
void |
patchFileSaveFailed(PatchEvent pe)Invoked when the patch application program has failed to save a file. |
void |
patchProgressUpdated(PatchEvent pe)Invoked when the progress of the patch application program has changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatchAdapter()
| Method Detail |
|---|
public void patchApplyStarted(PatchEvent pe)
patchApplyStarted in interface PatchListenerpe - the patch eventpublic void patchFileCreated(PatchEvent pe)
patchFileCreated in interface PatchListenerpe - the patch eventpublic void patchFileCreateFailed(PatchEvent pe)
patchFileCreateFailed in interface PatchListenerpe - the patch eventpublic void patchFileDeleted(PatchEvent pe)
patchFileDeleted in interface PatchListenerpe - the patch eventpublic void patchFileDeleteFailed(PatchEvent pe)
patchFileDeleteFailed in interface PatchListenerpe - the patch eventpublic void patchFileBackedUp(PatchEvent pe)
patchFileBackedUp in interface PatchListenerpe - the patch eventpublic void patchFileBackupFailed(PatchEvent pe)
patchFileBackupFailed in interface PatchListenerpe - the patch eventpublic void patchBufferChanging(PatchEvent pe)
patchBufferChanging in interface PatchListenerpe - the patch eventpublic void patchFileSaved(PatchEvent pe)
patchFileSaved in interface PatchListenerpe - the patch eventpublic void patchFileSaveFailed(PatchEvent pe)
patchFileSaveFailed in interface PatchListenerpe - the patch eventpublic void patchApplyFinished(PatchEvent pe)
patchApplyFinished in interface PatchListenerpe - the patch eventpublic void patchProgressUpdated(PatchEvent pe)
patchProgressUpdated in interface PatchListenerpe - the patch event
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||