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

E13403-05

oracle.jdeveloper.deploy
Class DeploymentModuleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.jdeveloper.deploy.DeploymentModuleEvent
All Implemented Interfaces:
java.io.Serializable

public class DeploymentModuleEvent
extends java.util.EventObject

A DeploymentModule event is fired upon changes to a DeploymentModule.

See Also:
Serialized Form

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

MODULE_CREATED

public static final int MODULE_CREATED
A new DeploymentModule has been created.

See Also:
Constant Field Values

MODULE_WILL_COMMIT

public static final int MODULE_WILL_COMMIT
A DeploymentModule will commit. A commit operation may be invoked multiple times. A DeploymentModuleIO may interpret a call to commit as Save.

See Also:
Constant Field Values

MODULE_WILL_ROLLBACK

public static final int MODULE_WILL_ROLLBACK
Changes to DeploymentModule (since last commit) will be undone.

See Also:
Constant Field Values

MODULE_ROLLEDBACK

public static final int MODULE_ROLLEDBACK
Rollback completed successfully.

See Also:
Constant Field Values

MODULE_COMMITTED

public static final int MODULE_COMMITTED
A DeploymentModule has been commited successfully

See Also:
Constant Field Values

ENTRY_ADDED

public static final int ENTRY_ADDED
A new entry has been added to the archive. Use module

See Also:
Constant Field Values

ENTRY_REMOVED

public static final int ENTRY_REMOVED
An existing entry has been removed from the archive.

See Also:
Constant Field Values

TAG_ADDED

public static final int TAG_ADDED
A new tag has been added to the archive.

See Also:
Constant Field Values

TAG_REMOVED

public static final int TAG_REMOVED
An existing tag has been removed.

See Also:
Constant Field Values
Constructor Detail

DeploymentModuleEvent

public DeploymentModuleEvent(DeploymentModule module,
                             int type)

DeploymentModuleEvent

public DeploymentModuleEvent(DeploymentModule module,
                             int type,
                             ArchiveEntry entry)

DeploymentModuleEvent

public DeploymentModuleEvent(DeploymentModule module,
                             int type,
                             java.lang.Object tag)
Method Detail

getArchiveEntry

public ArchiveEntry getArchiveEntry()

getType

public int getType()

getTag

public java.lang.Object getTag()

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

E13403-05

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