| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
oracle.jdeveloper.deploy.DeploymentModuleEvent
public class DeploymentModuleEvent
A DeploymentModule event is fired upon changes to a DeploymentModule.
| Field Summary | |
|---|---|
static int | 
ENTRY_ADDED
A new entry has been added to the archive.  | 
static int | 
ENTRY_REMOVED
An existing entry has been removed from the archive.  | 
static int | 
MODULE_COMMITTED
A DeploymentModule has been commited successfully  | 
static int | 
MODULE_CREATED
A new DeploymentModule has been created.  | 
static int | 
MODULE_ROLLEDBACK
Rollback completed successfully.  | 
static int | 
MODULE_WILL_COMMIT
A DeploymentModule will commit.  | 
static int | 
MODULE_WILL_ROLLBACK
Changes to DeploymentModule (since last commit) will be undone.  | 
static int | 
TAG_ADDED
A new tag has been added to the archive.  | 
static int | 
TAG_REMOVED
An existing tag has been removed.  | 
| Fields inherited from class java.util.EventObject | 
|---|
source | 
| Constructor Summary | |
|---|---|
DeploymentModuleEvent(DeploymentModule module,
                      int type)
 | 
|
DeploymentModuleEvent(DeploymentModule module,
                      int type,
                      ArchiveEntry entry)
 | 
|
DeploymentModuleEvent(DeploymentModule module,
                      int type,
                      java.lang.Object tag)
 | 
|
| Method Summary | |
|---|---|
 ArchiveEntry | 
getArchiveEntry()
 | 
 java.lang.Object | 
getTag()
 | 
 int | 
getType()
 | 
| Methods inherited from class java.util.EventObject | 
|---|
getSource, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int MODULE_CREATED
public static final int MODULE_WILL_COMMIT
public static final int MODULE_WILL_ROLLBACK
public static final int MODULE_ROLLEDBACK
public static final int MODULE_COMMITTED
public static final int ENTRY_ADDED
public static final int ENTRY_REMOVED
public static final int TAG_ADDED
public static final int TAG_REMOVED
| Constructor Detail | 
|---|
public DeploymentModuleEvent(DeploymentModule module,
                             int type)
public DeploymentModuleEvent(DeploymentModule module,
                             int type,
                             ArchiveEntry entry)
public DeploymentModuleEvent(DeploymentModule module,
                             int type,
                             java.lang.Object tag)
| Method Detail | 
|---|
public ArchiveEntry getArchiveEntry()
public int getType()
public java.lang.Object getTag()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||