public class DeploymentModuleEvent
extends java.util.EventObject
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
DeploymentModuleEvent(DeploymentModule module,
                     int type)  | 
DeploymentModuleEvent(DeploymentModule module,
                     int type,
                     ArchiveEntry entry)  | 
DeploymentModuleEvent(DeploymentModule module,
                     int type,
                     java.lang.Object tag)  | 
| Modifier and Type | Method and Description | 
|---|---|
ArchiveEntry | 
getArchiveEntry()  | 
java.lang.Object | 
getTag()  | 
int | 
getType()  | 
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
public DeploymentModuleEvent(DeploymentModule module, int type)
public DeploymentModuleEvent(DeploymentModule module, int type, ArchiveEntry entry)
public DeploymentModuleEvent(DeploymentModule module, int type, java.lang.Object tag)
public ArchiveEntry getArchiveEntry()
public int getType()
public java.lang.Object getTag()