Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.javatools.patch
Class PatchEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.javatools.patch.PatchEvent
All Implemented Interfaces:
java.io.Serializable

public class PatchEvent
extends java.util.EventObject

An event which indicates the activity of the patch application program.

Since:
10.1.3.0.3
See Also:
Serialized Form

Field Summary
static int PATCH_APPLY_FINISHED
           
static int PATCH_APPLY_STARTED
           
static int PATCH_BUFFER_CHANGING
           
static int PATCH_FILE_BACKED_UP
           
static int PATCH_FILE_BACKUP_FAILED
           
static int PATCH_FILE_CREATE_FAILED
           
static int PATCH_FILE_CREATED
           
static int PATCH_FILE_DELETE_FAILED
           
static int PATCH_FILE_DELETED
           
static int PATCH_FILE_SAVE_FAILED
           
static int PATCH_FILE_SAVED
           
static int PATCH_PROGRESS_UPDATED
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.lang.String getFirstFilePath()
          Gets the first file path related to the event.
 int getID()
          Gets the event type.
 float getProgress()
          Gets the progress value of the patch program.
 java.lang.String getSecondFilePath()
          Gets the second file path related to the event.
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PATCH_APPLY_STARTED

public static final int PATCH_APPLY_STARTED
See Also:
Constant Field Values

PATCH_FILE_CREATED

public static final int PATCH_FILE_CREATED
See Also:
Constant Field Values

PATCH_FILE_CREATE_FAILED

public static final int PATCH_FILE_CREATE_FAILED
See Also:
Constant Field Values

PATCH_FILE_DELETED

public static final int PATCH_FILE_DELETED
See Also:
Constant Field Values

PATCH_FILE_DELETE_FAILED

public static final int PATCH_FILE_DELETE_FAILED
See Also:
Constant Field Values

PATCH_FILE_BACKED_UP

public static final int PATCH_FILE_BACKED_UP
See Also:
Constant Field Values

PATCH_FILE_BACKUP_FAILED

public static final int PATCH_FILE_BACKUP_FAILED
See Also:
Constant Field Values

PATCH_BUFFER_CHANGING

public static final int PATCH_BUFFER_CHANGING
See Also:
Constant Field Values

PATCH_FILE_SAVED

public static final int PATCH_FILE_SAVED
See Also:
Constant Field Values

PATCH_FILE_SAVE_FAILED

public static final int PATCH_FILE_SAVE_FAILED
See Also:
Constant Field Values

PATCH_APPLY_FINISHED

public static final int PATCH_APPLY_FINISHED
See Also:
Constant Field Values

PATCH_PROGRESS_UPDATED

public static final int PATCH_PROGRESS_UPDATED
See Also:
Constant Field Values
Method Detail

getID

public int getID()
Gets the event type.

Returns:
the event type.

getFirstFilePath

public java.lang.String getFirstFilePath()
Gets the first file path related to the event.

Returns:
the first file path.

getSecondFilePath

public java.lang.String getSecondFilePath()
Gets the second file path related to the event.

Returns:
the second file path.

getProgress

public float getProgress()
Gets the progress value of the patch program.

Returns:
the progress value, between 0.0f and 1.0f.

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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