Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.patch
Class PatchAdapter

java.lang.Object
  extended by oracle.javatools.patch.PatchAdapter
All Implemented Interfaces:
java.util.EventListener, PatchListener

public abstract class PatchAdapter
extends java.lang.Object
implements PatchListener

An abstract adapter class for receiving patch events, and implementing the PatchListener interface.

Since:
10.1.3.0.3

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

PatchAdapter

public PatchAdapter()
Method Detail

patchApplyStarted

public void patchApplyStarted(PatchEvent pe)
Invoked when the patch application program has started.

Specified by:
patchApplyStarted in interface PatchListener
Parameters:
pe - the patch event

patchFileCreated

public void patchFileCreated(PatchEvent pe)
Invoked when the patch application program has created a file.

Specified by:
patchFileCreated in interface PatchListener
Parameters:
pe - the patch event

patchFileCreateFailed

public void patchFileCreateFailed(PatchEvent pe)
Invoked when the patch application program has failed to create a file.

Specified by:
patchFileCreateFailed in interface PatchListener
Parameters:
pe - the patch event

patchFileDeleted

public void patchFileDeleted(PatchEvent pe)
Invoked when the patch application program has deleted a file.

Specified by:
patchFileDeleted in interface PatchListener
Parameters:
pe - the patch event

patchFileDeleteFailed

public void patchFileDeleteFailed(PatchEvent pe)
Invoked when the patch application program has failed to delete a file.

Specified by:
patchFileDeleteFailed in interface PatchListener
Parameters:
pe - the patch event

patchFileBackedUp

public void patchFileBackedUp(PatchEvent pe)
Invoked when the patch application program has backed up a file.

Specified by:
patchFileBackedUp in interface PatchListener
Parameters:
pe - the patch event

patchFileBackupFailed

public void patchFileBackupFailed(PatchEvent pe)
Invoked when the patch application program has failed to back up a file.

Specified by:
patchFileBackupFailed in interface PatchListener
Parameters:
pe - the patch event

patchBufferChanging

public void patchBufferChanging(PatchEvent pe)
Invoked when the patch application is modifying a file buffer.

Specified by:
patchBufferChanging in interface PatchListener
Parameters:
pe - the patch event

patchFileSaved

public void patchFileSaved(PatchEvent pe)
Invoked when the patch application program has saved a file.

Specified by:
patchFileSaved in interface PatchListener
Parameters:
pe - the patch event

patchFileSaveFailed

public void patchFileSaveFailed(PatchEvent pe)
Invoked when the patch application program has failed to save a file.

Specified by:
patchFileSaveFailed in interface PatchListener
Parameters:
pe - the patch event

patchApplyFinished

public void patchApplyFinished(PatchEvent pe)
Invoked when the patch application program has finished.

Specified by:
patchApplyFinished in interface PatchListener
Parameters:
pe - the patch event

patchProgressUpdated

public void patchProgressUpdated(PatchEvent pe)
Invoked when the progress of the patch application program has changed.

Specified by:
patchProgressUpdated in interface PatchListener
Parameters:
pe - the patch event

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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